Skip to content

Console Output

Skipping 2,691 KB.. Full Log
2022-05-25T10:56:38,537 WARN  [main] org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor: DB: no data (SQL State: 02000 - Error Code: -1100)
2022-05-25T10:56:38,540 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version "4.2.1 - change subject name length"
2022-05-25T10:56:38,547 INFO  [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 16 migrations to schema "PUBLIC", now at version v4.2.1 (execution time 00:00.236s)
2022-05-25T10:56:38,556 INFO  [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml]
2022-05-25T10:56:38,657 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String)
2022-05-25T10:56:38,662 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,662 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,662 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException
2022-05-25T10:56:38,662 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Applications> org.appng.appngizer.controller.ApplicationController.listApplications()
2022-05-25T10:56:38,663 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String)
2022-05-25T10:56:38,663 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String)
2022-05-25T10:56:38,663 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,663 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String)
2022-05-25T10:56:38,665 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception
2022-05-25T10:56:38,665 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,665 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,665 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Databases> org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String)
2022-05-25T10:56:38,665 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String)
2022-05-25T10:56:38,670 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,670 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer)
2022-05-25T10:56:38,670 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Database> org.appng.appngizer.controller.DatabaseController.initialize(boolean) throws java.lang.Exception
2022-05-25T10:56:38,671 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Group> org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group)
2022-05-25T10:56:38,671 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Group> org.appng.appngizer.controller.GroupController.getGroup(java.lang.String)
2022-05-25T10:56:38,671 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,671 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Groups> org.appng.appngizer.controller.GroupController.listGroups()
2022-05-25T10:56:38,678 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String)
2022-05-25T10:56:38,678 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,678 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Home> org.appng.appngizer.controller.Home.welcome()
2022-05-25T10:56:38,679 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permissions> org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String)
2022-05-25T10:56:38,679 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,680 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,680 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String)
2022-05-25T10:56:38,680 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Permission> org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String)
2022-05-25T10:56:38,681 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformController.listEnvironment()
2022-05-25T10:56:38,681 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.PlatformController.reloadPlatform()
2022-05-25T10:56:38,681 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Platform> org.appng.appngizer.controller.PlatformController.showPlatform()
2022-05-25T10:56:38,681 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformController.listSystemProperties()
2022-05-25T10:56:38,682 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.PlatformPropertyController.listProperties()
2022-05-25T10:56:38,682 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property)
2022-05-25T10:56:38,683 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String)
2022-05-25T10:56:38,683 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property)
2022-05-25T10:56:38,683 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String)
2022-05-25T10:56:38,684 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,685 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Repositories> org.appng.appngizer.controller.RepositoryController.listRepositories()
2022-05-25T10:56:38,685 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Packages> org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String)
2022-05-25T10:56:38,685 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,685 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,685 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,690 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,690 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,690 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST],produces=[text/xml || application/xml]}" 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,boolean,boolean,boolean) throws org.appng.api.BusinessException
2022-05-25T10:56:38,690 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String)
2022-05-25T10:56:38,691 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Role> org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String)
2022-05-25T10:56:38,691 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,691 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,692 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Roles> org.appng.appngizer.controller.RoleController.listRoles(java.lang.String)
2022-05-25T10:56:38,692 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,698 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Applications> org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String)
2022-05-25T10:56:38,698 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Application> org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String)
2022-05-25T10:56:38,699 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,699 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.xml.Grants> org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String)
2022-05-25T10:56:38,699 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String)
2022-05-25T10:56:38,699 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String)
2022-05-25T10:56:38,700 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String)
2022-05-25T10:56:38,700 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,700 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,700 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,701 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.getSite(java.lang.String)
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Sites> org.appng.appngizer.controller.SiteController.listSites()
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Site> org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site)
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException
2022-05-25T10:56:38,702 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException
2022-05-25T10:56:38,704 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Properties> org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String)
2022-05-25T10:56:38,704 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,704 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,704 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String)
2022-05-25T10:56:38,704 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,705 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,705 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE],produces=[text/xml || application/xml]}" 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)
2022-05-25T10:56:38,705 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Property> org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String)
2022-05-25T10:56:38,712 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subjects> org.appng.appngizer.controller.SubjectController.listSubjects()
2022-05-25T10:56:38,712 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[PUT],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,712 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[DELETE],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<java.lang.Void> org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String)
2022-05-25T10:56:38,713 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST],produces=[text/xml || application/xml]}" 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
2022-05-25T10:56:38,713 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name:.+}],methods=[GET],produces=[text/xml || application/xml]}" onto public org.springframework.http.ResponseEntity<org.appng.appngizer.model.Subject> org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String)
2022-05-25T10:56:38,767 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: appNG platform context: startup date [Wed May 25 10:56:37 CEST 2022]; root of context hierarchy
2022-05-25T10:56:38,870 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-05-25T10:56:38,870 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-05-25T10:56:38,879 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 9 ms
2022-05-25T10:56:38,905 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.904 CREATE appNGizer Property platform.messagingEnabled
2022-05-25T10:56:38,905 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.905 CREATE appNGizer Property platform.filebasedDeployment
2022-05-25T10:56:38,913 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.913 CREATE appNGizer Property platform.jspFileType
2022-05-25T10:56:38,913 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.913 CREATE appNGizer Property platform.repositoryTrustStorePassword
2022-05-25T10:56:38,914 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.913 CREATE appNGizer Property platform.platformRootPath
2022-05-25T10:56:38,914 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.914 CREATE appNGizer Property platform.manageDatabases
2022-05-25T10:56:38,914 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.914 CREATE appNGizer Property platform.inactiveLockPeriod
2022-05-25T10:56:38,915 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.914 CREATE appNGizer Property platform.appngData
2022-05-25T10:56:38,915 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.915 CREATE appNGizer Property platform.cachePlatformFolder
2022-05-25T10:56:38,915 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.915 CREATE appNGizer Property platform.monitoringPath
2022-05-25T10:56:38,916 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.915 CREATE appNGizer Property platform.repositoryCert
2022-05-25T10:56:38,916 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.916 CREATE appNGizer Property platform.defaultTemplate
2022-05-25T10:56:38,916 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.916 CREATE appNGizer Property platform.devMode
2022-05-25T10:56:38,917 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.916 CREATE appNGizer Property platform.logfile
2022-05-25T10:56:38,917 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.917 CREATE appNGizer Property platform.xssAllowedTags
2022-05-25T10:56:38,917 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.917 CREATE appNGizer Property platform.mailDisabled
2022-05-25T10:56:38,930 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.917 CREATE appNGizer Property platform.passwordPolicyRegEx
2022-05-25T10:56:38,930 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.93 CREATE appNGizer Property platform.formatOutput
2022-05-25T10:56:38,931 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.93 CREATE appNGizer Property platform.cacheConfig
2022-05-25T10:56:38,931 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.931 CREATE appNGizer Property platform.sharedSecret
2022-05-25T10:56:38,931 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.931 CREATE appNGizer Property platform.repositoryPath
2022-05-25T10:56:38,932 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.931 CREATE appNGizer Property platform.repositoryVerifySignature
2022-05-25T10:56:38,932 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.932 CREATE appNGizer Property platform.repositorySignature
2022-05-25T10:56:38,932 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.932 CREATE appNGizer Property platform.sessionFilter
2022-05-25T10:56:38,933 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.932 CREATE appNGizer Property platform.cacheApplicationFolder
2022-05-25T10:56:38,933 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.933 CREATE appNGizer Property platform.writeDebugFiles
2022-05-25T10:56:38,933 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.933 CREATE appNGizer Property platform.repositoryDefaultDigest
2022-05-25T10:56:38,934 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.933 CREATE appNGizer Property platform.monitorPerformance
2022-05-25T10:56:38,942 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.942 CREATE appNGizer Property platform.mdcEnabled
2022-05-25T10:56:38,942 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.942 CREATE appNGizer Property platform.vHostMode
2022-05-25T10:56:38,943 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.943 CREATE appNGizer Property platform.templateFolder
2022-05-25T10:56:38,946 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.943 CREATE appNGizer Property platform.maxLoginAttempts
2022-05-25T10:56:38,946 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.946 CREATE appNGizer Property platform.passwordPolicyErrorMessageKey
2022-05-25T10:56:38,946 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.946 CREATE appNGizer Property platform.locale
2022-05-25T10:56:38,947 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.947 CREATE appNGizer Property platform.sessionTimeout
2022-05-25T10:56:38,947 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.947 CREATE appNGizer Property platform.cleanTempFolderOnStartup
2022-05-25T10:56:38,947 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.947 CREATE appNGizer Property platform.encoding
2022-05-25T10:56:38,948 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.948 CREATE appNGizer Property platform.maxUploadSize
2022-05-25T10:56:38,948 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.948 CREATE appNGizer Property platform.templatePrefix
2022-05-25T10:56:38,948 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.948 CREATE appNGizer Property platform.repositoryTrustStore
2022-05-25T10:56:38,949 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.949 CREATE appNGizer Property platform.imageMagickPath
2022-05-25T10:56:38,949 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.949 CREATE appNGizer Property platform.databasePrefix
2022-05-25T10:56:38,949 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.949 CREATE appNGizer Property platform.cacheFolder
2022-05-25T10:56:38,958 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.95 CREATE appNGizer Property platform.messagingGroupAddress
2022-05-25T10:56:38,958 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.958 CREATE appNGizer Property platform.xssProtect
2022-05-25T10:56:38,959 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.958 CREATE appNGizer Property platform.mailHost
2022-05-25T10:56:38,959 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.959 CREATE appNGizer Property platform.timeZone
2022-05-25T10:56:38,959 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.959 CREATE appNGizer Property platform.cacheImageFolder
2022-05-25T10:56:38,960 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.959 CREATE appNGizer Property platform.messagingReceiver
2022-05-25T10:56:38,960 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.96 CREATE appNGizer Property platform.messagingGroupPort
2022-05-25T10:56:38,960 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.96 CREATE appNGizer Property platform.csrfFilterEnabled
2022-05-25T10:56:38,961 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.961 CREATE appNGizer Property platform.mailPort
2022-05-25T10:56:38,961 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.961 CREATE appNGizer Property platform.uploadDir
2022-05-25T10:56:38,961 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.961 CREATE appNGizer Property platform.applicationDir
2022-05-25T10:56:38,970 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:38.97 CREATE appNGizer Property platform.databaseValidationPeriod
2022-05-25T10:56:39,022 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.022 CREATE appNGizer Repository local
2022-05-25T10:56:39,073 INFO  [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/target/repo/
2022-05-25T10:56:39,086 INFO  [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3
2022-05-25T10:56:39,094 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.094 CREATE appNGizer Application demo-application
2022-05-25T10:56:39,096 INFO  [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application'
2022-05-25T10:56:39,097 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.097 CREATE appNGizer Permission debug
2022-05-25T10:56:39,097 INFO  [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application'
2022-05-25T10:56:39,102 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.102 CREATE appNGizer Permission output-format.html
2022-05-25T10:56:39,108 INFO  [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application'
2022-05-25T10:56:39,108 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.108 CREATE appNGizer Permission output-type.webgui
2022-05-25T10:56:39,109 INFO  [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application'
2022-05-25T10:56:39,109 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.109 CREATE appNGizer Permission testPermission
2022-05-25T10:56:39,111 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.111 CREATE appNGizer Role Administrator
2022-05-25T10:56:39,135 INFO  [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator'
2022-05-25T10:56:39,135 INFO  [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator'
2022-05-25T10:56:39,138 WARN  [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2022-05-25T10:56:39,138 INFO  [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application'
2022-05-25T10:56:39,138 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.138 CREATE appNGizer Role Debugger
2022-05-25T10:56:39,139 INFO  [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger'
2022-05-25T10:56:39,144 INFO  [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger'
2022-05-25T10:56:39,144 INFO  [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application'
2022-05-25T10:56:39,144 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.144 CREATE appNGizer Role Tester
2022-05-25T10:56:39,145 INFO  [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester'
2022-05-25T10:56:39,145 INFO  [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application'
2022-05-25T10:56:39,156 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.156 CREATE appNGizer Property platform.application.demo-application.foo
2022-05-25T10:56:39,157 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.157 CREATE appNGizer Property platform.application.demo-application.bar
2022-05-25T10:56:39,157 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.157 CREATE appNGizer Property platform.application.demo-application.clobValue
2022-05-25T10:56:39,166 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.166 UPDATE appNGizer Role Administrator
2022-05-25T10:56:39,166 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.166 UPDATE appNGizer Role Debugger
2022-05-25T10:56:39,167 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.167 UPDATE appNGizer Role Tester
2022-05-25T10:56:39,178 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,178 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,179 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,179 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,179 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,179 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,180 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,180 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,180 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,180 INFO  [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3'
2022-05-25T10:56:39,180 INFO  [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application
2022-05-25T10:56:39,204 INFO  [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html'
2022-05-25T10:56:39,204 INFO  [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui'
2022-05-25T10:56:39,205 WARN  [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist!
2022-05-25T10:56:39,208 INFO  [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug'
2022-05-25T10:56:39,208 INFO  [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission'
2022-05-25T10:56:39,209 INFO  [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission'
2022-05-25T10:56:39,345 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.344 CREATE appNGizer Role Editor
2022-05-25T10:56:39,434 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.433 UPDATE appNGizer Role Editor
2022-05-25T10:56:39,463 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-05-25T10:56:39,463 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-05-25T10:56:39,464 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms
2022-05-25T10:56:39,480 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.48 CREATE appNGizer Role with.dot
2022-05-25T10:56:39,550 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.549 DELETE appNGizer Role with.dot
2022-05-25T10:56:39,554 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2022-05-25T10:56:39,554 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2022-05-25T10:56:39,556 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms
2022-05-25T10:56:39,571 INFO  [main] org.appng.core.domain.PlatformEventListener: Created entry 2022-05-25 10:56:39.571 CREATE appNGizer Role john doe!
2022-05-25T10:56:39,573 ERROR [main] org.appng.appngizer.controller.RoleController: [129] error while processing [POST] on /application/demo-application/role
javax.validation.ConstraintViolationException: Validation failed for classes [org.appng.core.domain.RoleImpl] during persist time for groups [javax.validation.groups.Default, ]
List of constraint violations:[
	ConstraintViolationImpl{interpolatedMessage='{validation.name}', propertyPath=name, rootBeanClass=class org.appng.core.domain.RoleImpl, messageTemplate='{validation.name}'}
]
	at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.validate(BeanValidationEventListener.java:140) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.cfg.beanvalidation.BeanValidationEventListener.onPreInsert(BeanValidationEventListener.java:80) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.action.internal.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:188) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:78) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:330) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:287) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:193) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:123) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:185) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:128) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:55) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:107) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:756) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:742) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final]
	at sun.reflect.GeneratedMethodAccessor128.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:301) ~[spring-orm-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at com.sun.proxy.$Proxy123.persist(Unknown Source) ~[?:?]
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:531) ~[spring-data-jpa-1.11.23.RELEASE.jar:?]
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.executeMethodOn(RepositoryFactorySupport.java:515) ~[spring-data-commons-1.13.23.RELEASE.jar:?]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:500) ~[spring-data-commons-1.13.23.RELEASE.jar:?]
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:477) ~[spring-data-commons-1.13.23.RELEASE.jar:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:56) ~[spring-data-commons-1.13.23.RELEASE.jar:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:140) ~[spring-data-jpa-1.11.23.RELEASE.jar:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$ExposeRepositoryInvocationInterceptor.invoke(CrudMethodMetadataPostProcessor.java:347) ~[spring-data-jpa-1.11.23.RELEASE.jar:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57) ~[spring-data-commons-1.13.23.RELEASE.jar:?]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at com.sun.proxy.$Proxy135.save(Unknown Source) ~[?:?]
	at org.appng.core.service.CoreService.saveRole(CoreService.java:1496) ~[appng-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
	at org.appng.core.service.CoreService$$FastClassBySpringCGLIB$$4bccbf8c.invoke(<generated>) ~[appng-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:737) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) ~[spring-tx-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:672) ~[spring-aop-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.appng.core.service.CoreService$$EnhancerBySpringCGLIB$$1f06ac5a.saveRole(<generated>) ~[appng-core-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
	at org.appng.appngizer.controller.RoleController.addPermissionsAndSave(RoleController.java:115) ~[classes/:?]
	at org.appng.appngizer.controller.RoleController.createRole(RoleController.java:86) ~[classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
	at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:204) ~[spring-web-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) ~[spring-web-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:854) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:765) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) ~[javax.servlet-api-3.1.0.jar:3.1.0]
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) ~[spring-webmvc-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:71) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[javax.servlet-api-3.1.0.jar:3.1.0]
	at org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:160) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:127) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:151) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.appng.appngizer.controller.ControllerTest.verify(ControllerTest.java:200) ~[test-classes/:?]
	at org.appng.appngizer.controller.ControllerTest.sendBodyAndVerify(ControllerTest.java:194) ~[test-classes/:?]
	at org.appng.appngizer.controller.ControllerTest.postAndVerify(ControllerTest.java:159) ~[test-classes/:?]
	at org.appng.appngizer.controller.RoleControllerTest.testInvalidName(RoleControllerTest.java:44) ~[test-classes/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_333]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_333]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_333]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_333]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) ~[junit-4.13.2.jar:4.13.2]
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) ~[junit-4.13.2.jar:4.13.2]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) ~[junit-4.13.2.jar:4.13.2]
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) ~[junit-4.13.2.jar:4.13.2]
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) ~[junit-4.13.2.jar:4.13.2]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413) ~[junit-4.13.2.jar:4.13.2]
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) ~[spring-test-4.3.30.RELEASE.jar:4.3.30.RELEASE]
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) ~[surefire-junit4-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) ~[surefire-junit4-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) ~[surefire-junit4-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) ~[surefire-junit4-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) ~[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
2022-05-25T10:56:39,602 INFO  [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing appNG platform context: startup date [Wed May 25 10:56:37 CEST 2022]; root of context hierarchy
2022-05-25T10:56:39,604 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNGizer'
2022-05-25T10:56:39,608 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: 2.66 s - in org.appng.appngizer.controller.RoleControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/target/appng-appngizer-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] Rendered /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-user-manual) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] Rendered /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] Rendered /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (html-generate-install-platform) @ appng-appngizer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] Rendered /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/target/appng-appngizer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/target/appng-appngizer-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-appngizer/target/appng-appngizer-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer ---
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 988 B
                   
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml (988 B at 11 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4.jar
Progress (1): 4.1/89 kB
Progress (1): 8.2/89 kB
Progress (1): 12/89 kB 
Progress (1): 16/89 kB
Progress (1): 20/89 kB
Progress (1): 25/89 kB
Progress (1): 29/89 kB
Progress (1): 33/89 kB
Progress (1): 37/89 kB
Progress (1): 41/89 kB
Progress (1): 45/89 kB
Progress (1): 49/89 kB
Progress (1): 53/89 kB
Progress (1): 57/89 kB
Progress (1): 61/89 kB
Progress (1): 66/89 kB
Progress (1): 70/89 kB
Progress (1): 74/89 kB
Progress (1): 78/89 kB
Progress (1): 82/89 kB
Progress (1): 86/89 kB
Progress (1): 89 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4.jar (89 kB at 163 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4.pom (5.1 kB at 6.9 kB/s)
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml
Progress (1): 2.0 kB
                    
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (2.0 kB at 7.7 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.2 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml
Progress (1): 2.0 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/maven-metadata.xml (2.0 kB at 2.8 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4-sources.jar
Progress (1): 4.1/60 kB
Progress (1): 8.2/60 kB
Progress (1): 12/60 kB 
Progress (1): 16/60 kB
Progress (1): 20/60 kB
Progress (1): 25/60 kB
Progress (1): 29/60 kB
Progress (1): 33/60 kB
Progress (1): 37/60 kB
Progress (1): 41/60 kB
Progress (1): 45/60 kB
Progress (1): 49/60 kB
Progress (1): 53/60 kB
Progress (1): 57/60 kB
Progress (1): 60 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/appng-appngizer-2.0.0-20220525.085740-4-sources.jar (60 kB at 122 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.5 kB/s)
[INFO] 
[INFO] --------------------< org.appng:appng-application >---------------------
[INFO] Building appNG Application 2.0.0-SNAPSHOT                        [17/28]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-application ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-application ---
[INFO] 
[INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application ---
[INFO] Packaging webapp
[INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT]
[INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT]
[INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_1.24.x/appng-application/src/main/webapp]
[INFO] Webapp assembled in [5577 msecs]
[INFO] Building war: /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT.war
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application ---
[INFO] Copying jdbc-perf-logger-driver-0.9.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jdbc-perf-logger-driver-0.9.0.jar
[INFO] Copying spring-xml-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-xml-2.4.6.RELEASE.jar
[INFO] Copying guava-31.0.1-jre.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/guava-31.0.1-jre.jar
[INFO] Copying lucene-facet-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-facet-8.11.1.jar
[INFO] Copying appng-mail-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-mail-2.0.0-SNAPSHOT.jar
[INFO] Copying poi-5.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/poi-5.2.2.jar
[INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/juniversalchardet-1.0.3.jar
[INFO] Copying esapi-2.3.0.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/esapi-2.3.0.0.jar
[INFO] Copying passay-1.6.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/passay-1.6.1.jar
[INFO] Copying spring-context-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-context-4.3.30.RELEASE.jar
[INFO] Copying stax-ex-1.8.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/stax-ex-1.8.3.jar
[INFO] Copying spring-data-jpa-1.11.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-data-jpa-1.11.23.RELEASE.jar
[INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xml-apis-ext-1.3.04.jar
[INFO] Copying j2objc-annotations-1.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/j2objc-annotations-1.3.jar
[INFO] Copying xmlbeans-5.0.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xmlbeans-5.0.3.jar
[INFO] Copying spring-context-support-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-context-support-4.3.30.RELEASE.jar
[INFO] Copying commons-codec-1.15.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-codec-1.15.jar
[INFO] Copying flyway-sqlserver-8.5.11.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/flyway-sqlserver-8.5.11.jar
[INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar
[INFO] Copying jaxb-impl-2.3.5.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jaxb-impl-2.3.5.jar
[INFO] Copying appng-xmlapi-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-xmlapi-2.0.0-SNAPSHOT.jar
[INFO] Copying cache-api-1.1.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/cache-api-1.1.1.jar
[INFO] Copying flyway-core-8.5.11.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/flyway-core-8.5.11.jar
[INFO] Copying hppc-0.8.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hppc-0.8.1.jar
[INFO] Copying SparseBitSet-1.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/SparseBitSet-1.2.jar
[INFO] Copying appng-tools-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-tools-2.0.0-SNAPSHOT.jar
[INFO] Copying amqp-client-5.13.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/amqp-client-5.13.1.jar
[INFO] Copying bsh-2.0b6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/bsh-2.0b6.jar
[INFO] Copying jackson-core-2.13.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackson-core-2.13.3.jar
[INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.xml.bind-api-2.3.3.jar
[INFO] Copying jakarta.mail-1.6.7.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.mail-1.6.7.jar
[INFO] Copying appng-rest-api-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-rest-api-2.0.0-SNAPSHOT.jar
[INFO] Copying httpclient-4.5.13.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/httpclient-4.5.13.jar
[INFO] Copying spring-data-envers-1.1.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-data-envers-1.1.23.RELEASE.jar
[INFO] Copying poi-ooxml-lite-5.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/poi-ooxml-lite-5.2.2.jar
[INFO] Copying jackson-datatype-jsr310-2.13.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackson-datatype-jsr310-2.13.3.jar
[INFO] Copying commons-csv-1.9.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-csv-1.9.0.jar
[INFO] Copying appng-api-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-api-2.0.0-SNAPSHOT.jar
[INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-lang-2.6.jar
[INFO] Copying saaj-impl-1.5.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/saaj-impl-1.5.3.jar
[INFO] Copying commons-beanutils-1.9.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-beanutils-1.9.4.jar
[INFO] Copying appng-appngizer-jaxb-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-appngizer-jaxb-2.0.0-SNAPSHOT.jar
[INFO] Copying mchange-commons-java-0.2.15.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/mchange-commons-java-0.2.15.jar
[INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/urlrewritefilter-4.0.4.jar
[INFO] Copying log4j-1.2-api-2.17.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/log4j-1.2-api-2.17.2.jar
[INFO] Copying hazelcast-spring-5.1.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hazelcast-spring-5.1.1.jar
[INFO] Copying poi-scratchpad-5.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/poi-scratchpad-5.2.2.jar
[INFO] Copying hibernate-envers-5.6.9.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hibernate-envers-5.6.9.Final.jar
[INFO] Copying jakarta.validation-api-2.0.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.validation-api-2.0.2.jar
[INFO] Copying jackson-annotations-2.13.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackson-annotations-2.13.3.jar
[INFO] Copying freemarker-2.3.31.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/freemarker-2.3.31.jar
[INFO] Copying spring-expression-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-expression-4.3.30.RELEASE.jar
[INFO] Copying spring-security-core-4.2.17.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-security-core-4.2.17.RELEASE.jar
[INFO] Copying spring-web-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-web-4.3.30.RELEASE.jar
[INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying jaxws-rt-2.3.5.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jaxws-rt-2.3.5.jar
[INFO] Copying spring-aop-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-aop-4.3.30.RELEASE.jar
[INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jcommander-1.72.jar
[INFO] Copying hibernate-validator-6.2.3.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hibernate-validator-6.2.3.Final.jar
[INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/antlr-2.7.7.jar
[INFO] Copying tika-parser-microsoft-module-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-microsoft-module-2.4.0.jar
[INFO] Copying jakarta.activation-api-1.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.activation-api-1.2.2.jar
[INFO] Copying batik-shared-resources-1.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/batik-shared-resources-1.14.jar
[INFO] Copying failureaccess-1.0.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/failureaccess-1.0.1.jar
[INFO] Copying error_prone_annotations-2.7.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/error_prone_annotations-2.7.1.jar
[INFO] Copying dom4j-2.1.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/dom4j-2.1.3.jar
[INFO] Copying commons-text-1.9.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-text-1.9.jar
[INFO] Copying jakarta.xml.soap-api-1.4.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.xml.soap-api-1.4.2.jar
[INFO] Copying appng-formtags-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-formtags-2.0.0-SNAPSHOT.jar
[INFO] Copying semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/semantic-version-1.2.0.jar
[INFO] Copying bcpkix-jdk15on-1.70.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/bcpkix-jdk15on-1.70.jar
[INFO] Copying xmlgraphics-commons-2.6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xmlgraphics-commons-2.6.jar
[INFO] Copying jakarta.inject-api-1.0.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.inject-api-1.0.3.jar
[INFO] Copying spring-tx-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-tx-4.3.30.RELEASE.jar
[INFO] Copying FastInfoset-1.2.18.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/FastInfoset-1.2.18.jar
[INFO] Copying jsr305-3.0.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jsr305-3.0.2.jar
[INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/boilerpipe-1.1.0.jar
[INFO] Copying commons-compress-1.21.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-compress-1.21.jar
[INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-configuration-1.10.jar
[INFO] Copying log4j-core-2.17.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/log4j-core-2.17.2.jar
[INFO] Copying appng-persistence-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-persistence-2.0.0-SNAPSHOT.jar
[INFO] Copying fontbox-2.0.24.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/fontbox-2.0.24.jar
[INFO] Copying attoparser-2.0.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/attoparser-2.0.5.RELEASE.jar
[INFO] Copying tika-parser-html-commons-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-html-commons-2.4.0.jar
[INFO] Copying tika-parser-xml-module-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-xml-module-2.4.0.jar
[INFO] Copying unbescape-1.1.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/unbescape-1.1.6.RELEASE.jar
[INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tagsoup-1.2.1.jar
[INFO] Copying lucene-queries-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-queries-8.11.1.jar
[INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-collections-3.2.2.jar
[INFO] Copying HikariCP-4.0.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/HikariCP-4.0.3.jar
[INFO] Copying streambuffer-1.5.10.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/streambuffer-1.5.10.jar
[INFO] Copying appng-forms-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-forms-2.0.0-SNAPSHOT.jar
[INFO] Copying thymeleaf-3.0.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/thymeleaf-3.0.12.RELEASE.jar
[INFO] Copying gmbal-api-only-4.0.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/gmbal-api-only-4.0.3.jar
[INFO] Copying xmpbox-2.0.26.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xmpbox-2.0.26.jar
[INFO] Copying antisamy-1.6.7.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/antisamy-1.6.7.jar
[INFO] Copying thymeleaf-spring4-3.0.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/thymeleaf-spring4-3.0.12.RELEASE.jar
[INFO] Copying bcutil-jdk15on-1.70.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/bcutil-jdk15on-1.70.jar
[INFO] Copying commons-pool2-2.10.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-pool2-2.10.0.jar
[INFO] Copying joda-time-2.10.11.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/joda-time-2.10.11.jar
[INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/aopalliance-1.0.jar
[INFO] Copying lucene-core-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-core-8.11.1.jar
[INFO] Copying bcprov-jdk15on-1.70.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/bcprov-jdk15on-1.70.jar
[INFO] Copying curvesapi-1.07.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/curvesapi-1.07.jar
[INFO] Copying hazelcast-5.1.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hazelcast-5.1.1.jar
[INFO] Copying tika-parser-pdf-module-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-pdf-module-2.4.0.jar
[INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
[INFO] Copying httpcore-4.4.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/httpcore-4.4.14.jar
[INFO] Copying jakarta.persistence-api-2.2.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.persistence-api-2.2.3.jar
[INFO] Copying commons-lang3-3.12.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-lang3-3.12.0.jar
[INFO] Copying xml-apis-1.4.01.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xml-apis-1.4.01.jar
[INFO] Copying slf4j-api-1.7.26.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/slf4j-api-1.7.26.jar
[INFO] Copying jakarta.ws.rs-api-2.1.6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.ws.rs-api-2.1.6.jar
[INFO] Copying spring-oxm-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-oxm-4.3.30.RELEASE.jar
[INFO] Copying appng-search-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-search-2.0.0-SNAPSHOT.jar
[INFO] Copying tika-parser-zip-commons-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-zip-commons-2.4.0.jar
[INFO] Copying commons-math3-3.6.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-math3-3.6.1.jar
[INFO] Copying tika-parser-xmp-commons-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-xmp-commons-2.4.0.jar
[INFO] Copying spring-webmvc-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-webmvc-4.3.30.RELEASE.jar
[INFO] Copying hibernate-core-5.6.9.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hibernate-core-5.6.9.Final.jar
[INFO] Copying apache-mime4j-dom-0.8.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/apache-mime4j-dom-0.8.4.jar
[INFO] Copying policy-2.7.10.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/policy-2.7.10.jar
[INFO] Copying pdfbox-debugger-2.0.26.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/pdfbox-debugger-2.0.26.jar
[INFO] Copying jsoup-1.14.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jsoup-1.14.3.jar
[INFO] Copying lucene-sandbox-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-sandbox-8.11.1.jar
[INFO] Copying flyway-mysql-8.5.11.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/flyway-mysql-8.5.11.jar
[INFO] Copying spring-orm-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-orm-4.3.30.RELEASE.jar
[INFO] Copying aspectjrt-1.8.13.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/aspectjrt-1.8.13.jar
[INFO] Copying commons-collections4-4.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-collections4-4.2.jar
[INFO] Copying jakarta.xml.ws-api-2.3.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.xml.ws-api-2.3.3.jar
[INFO] Copying appng-core-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-core-2.0.0-SNAPSHOT.jar
[INFO] Copying appng-appngizer-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-appngizer-2.0.0-SNAPSHOT.jar
[INFO] Copying mimepull-1.9.15.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/mimepull-1.9.15.jar
[INFO] Copying simplemagic-1.16.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/simplemagic-1.16.jar
[INFO] Copying pdfbox-tools-2.0.26.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/pdfbox-tools-2.0.26.jar
[INFO] Copying batik-css-1.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/batik-css-1.14.jar
[INFO] Copying jackson-databind-2.13.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackson-databind-2.13.3.jar
[INFO] Copying spring-jdbc-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-jdbc-4.3.30.RELEASE.jar
[INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/wsdl4j-1.6.3.jar
[INFO] Copying management-api-3.2.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/management-api-3.2.3.jar
[INFO] Copying jempbox-1.8.16.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jempbox-1.8.16.jar
[INFO] Copying hibernate-commons-annotations-5.1.2.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hibernate-commons-annotations-5.1.2.Final.jar
[INFO] Copying bcmail-jdk15on-1.70.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/bcmail-jdk15on-1.70.jar
[INFO] Copying lucene-queryparser-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-queryparser-8.11.1.jar
[INFO] Copying byte-buddy-1.12.9.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/byte-buddy-1.12.9.jar
[INFO] Copying hsqldb-2.5.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/hsqldb-2.5.0.jar
[INFO] Copying classmate-1.5.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/classmate-1.5.1.jar
[INFO] Copying querydsl-core-5.0.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/querydsl-core-5.0.0.jar
[INFO] Copying quartz-2.3.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/quartz-2.3.2.jar
[INFO] Copying xom-1.2.10.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/xom-1.2.10.jar
[INFO] Copying lucene-memory-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-memory-8.11.1.jar
[INFO] Copying httpcore5-5.1.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/httpcore5-5.1.3.jar
[INFO] Copying jedis-3.7.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jedis-3.7.0.jar
[INFO] Copying jcl-over-slf4j-1.7.26.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jcl-over-slf4j-1.7.26.jar
[INFO] Copying lucene-highlighter-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-highlighter-8.11.1.jar
[INFO] Copying swagger-annotations-1.5.22.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/swagger-annotations-1.5.22.jar
[INFO] Copying neko-htmlunit-2.24.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/neko-htmlunit-2.24.jar
[INFO] Copying batik-util-1.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/batik-util-1.14.jar
[INFO] Copying jakarta.annotation-api-1.3.5.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.annotation-api-1.3.5.jar
[INFO] Copying java-libpst-0.9.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/java-libpst-0.9.3.jar
[INFO] Copying spring-beans-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-beans-4.3.30.RELEASE.jar
[INFO] Copying tika-parser-text-module-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-text-module-2.4.0.jar
[INFO] Copying spring-security-web-4.2.17.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-security-web-4.2.17.RELEASE.jar
[INFO] Copying apache-mime4j-core-0.8.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/apache-mime4j-core-0.8.4.jar
[INFO] Copying tika-core-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-core-2.4.0.jar
[INFO] Copying spring-core-4.3.30.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-core-4.3.30.RELEASE.jar
[INFO] Copying log4j-api-2.17.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/log4j-api-2.17.2.jar
[INFO] Copying log4j-slf4j-impl-2.17.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/log4j-slf4j-impl-2.17.2.jar
[INFO] Copying batik-constants-1.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/batik-constants-1.14.jar
[INFO] Copying spring-ws-core-2.4.6.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-ws-core-2.4.6.RELEASE.jar
[INFO] Copying commons-io-2.9.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-io-2.9.0.jar
[INFO] Copying jakarta.activation-1.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.activation-1.2.2.jar
[INFO] Copying jboss-logging-3.4.1.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jboss-logging-3.4.1.Final.jar
[INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/im4java-1.4.0.jar
[INFO] Copying commons-fileupload-1.4.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/commons-fileupload-1.4.jar
[INFO] Copying httpclient5-5.1.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/httpclient5-5.1.3.jar
[INFO] Copying stax2-api-4.2.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/stax2-api-4.2.1.jar
[INFO] Copying tika-parser-html-module-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-html-module-2.4.0.jar
[INFO] Copying querydsl-jpa-5.0.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/querydsl-jpa-5.0.0.jar
[INFO] Copying poi-ooxml-5.2.2.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/poi-ooxml-5.2.2.jar
[INFO] Copying woodstox-core-6.2.6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/woodstox-core-6.2.6.jar
[INFO] Copying jakarta.jws-api-2.1.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jakarta.jws-api-2.1.0.jar
[INFO] Copying jandex-2.4.2.Final.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jandex-2.4.2.Final.jar
[INFO] Copying checker-qual-3.12.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/checker-qual-3.12.0.jar
[INFO] Copying ha-api-3.1.13.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/ha-api-3.1.13.jar
[INFO] Copying jackcess-4.0.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackcess-4.0.1.jar
[INFO] Copying appng-taglib-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-taglib-2.0.0-SNAPSHOT.jar
[INFO] Copying appng-cli-2.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/appng-cli-2.0.0-SNAPSHOT.jar
[INFO] Copying pdfbox-2.0.24.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/pdfbox-2.0.24.jar
[INFO] Copying Saxon-HE-10.6.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/Saxon-HE-10.6.jar
[INFO] Copying spring-data-commons-1.13.23.RELEASE.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/spring-data-commons-1.13.23.RELEASE.jar
[INFO] Copying tika-parser-mail-commons-2.4.0.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/tika-parser-mail-commons-2.4.0.jar
[INFO] Copying httpcore5-h2-5.1.3.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/httpcore5-h2-5.1.3.jar
[INFO] Copying lucene-analyzers-common-8.11.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/lucene-analyzers-common-8.11.1.jar
[INFO] Copying batik-i18n-1.14.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/batik-i18n-1.14.jar
[INFO] Copying jackcess-encrypt-4.0.1.jar to /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/dependency/jackcess-encrypt-4.0.1.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /tmp/jenkins_artifacts/120/appng-application-2.0.0-SNAPSHOT-dependencies-20220525-0847.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-SNAPSHOT.war
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-SNAPSHOT.pom
[INFO] Installing /tmp/jenkins_artifacts/120/appng-application-2.0.0-SNAPSHOT-dependencies-20220525-0847.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-SNAPSHOT.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-application/target/appng-application-2.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application ---
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 11 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.war
Progress (1): 0.5/114 MB
Progress (1): 1.0/114 MB
Progress (1): 1.6/114 MB
Progress (1): 2.1/114 MB
Progress (1): 2.6/114 MB
Progress (1): 3.1/114 MB
Progress (1): 3.7/114 MB
Progress (1): 4.2/114 MB
Progress (1): 4.7/114 MB
Progress (1): 5.2/114 MB
Progress (1): 5.8/114 MB
Progress (1): 6.3/114 MB
Progress (1): 6.8/114 MB
Progress (1): 7.3/114 MB
Progress (1): 7.9/114 MB
Progress (1): 8.4/114 MB
Progress (1): 8.9/114 MB
Progress (1): 9.4/114 MB
Progress (1): 10.0/114 MB
Progress (1): 10/114 MB  
Progress (1): 11/114 MB
Progress (1): 12/114 MB
Progress (1): 12/114 MB
Progress (1): 13/114 MB
Progress (1): 13/114 MB
Progress (1): 14/114 MB
Progress (1): 14/114 MB
Progress (1): 15/114 MB
Progress (1): 15/114 MB
Progress (1): 16/114 MB
Progress (1): 16/114 MB
Progress (1): 17/114 MB
Progress (1): 17/114 MB
Progress (1): 18/114 MB
Progress (1): 18/114 MB
Progress (1): 19/114 MB
Progress (1): 19/114 MB
Progress (1): 20/114 MB
Progress (1): 20/114 MB
Progress (1): 21/114 MB
Progress (1): 21/114 MB
Progress (1): 22/114 MB
Progress (1): 23/114 MB
Progress (1): 23/114 MB
Progress (1): 24/114 MB
Progress (1): 24/114 MB
Progress (1): 25/114 MB
Progress (1): 25/114 MB
Progress (1): 26/114 MB
Progress (1): 26/114 MB
Progress (1): 27/114 MB
Progress (1): 27/114 MB
Progress (1): 28/114 MB
Progress (1): 28/114 MB
Progress (1): 29/114 MB
Progress (1): 29/114 MB
Progress (1): 30/114 MB
Progress (1): 30/114 MB
Progress (1): 31/114 MB
Progress (1): 31/114 MB
Progress (1): 32/114 MB
Progress (1): 33/114 MB
Progress (1): 33/114 MB
Progress (1): 34/114 MB
Progress (1): 34/114 MB
Progress (1): 35/114 MB
Progress (1): 35/114 MB
Progress (1): 36/114 MB
Progress (1): 36/114 MB
Progress (1): 37/114 MB
Progress (1): 37/114 MB
Progress (1): 38/114 MB
Progress (1): 38/114 MB
Progress (1): 39/114 MB
Progress (1): 39/114 MB
Progress (1): 40/114 MB
Progress (1): 40/114 MB
Progress (1): 41/114 MB
Progress (1): 41/114 MB
Progress (1): 42/114 MB
Progress (1): 42/114 MB
Progress (1): 43/114 MB
Progress (1): 44/114 MB
Progress (1): 44/114 MB
Progress (1): 45/114 MB
Progress (1): 45/114 MB
Progress (1): 46/114 MB
Progress (1): 46/114 MB
Progress (1): 47/114 MB
Progress (1): 47/114 MB
Progress (1): 48/114 MB
Progress (1): 48/114 MB
Progress (1): 49/114 MB
Progress (1): 49/114 MB
Progress (1): 50/114 MB
Progress (1): 50/114 MB
Progress (1): 51/114 MB
Progress (1): 51/114 MB
Progress (1): 52/114 MB
Progress (1): 52/114 MB
Progress (1): 53/114 MB
Progress (1): 53/114 MB
Progress (1): 54/114 MB
Progress (1): 55/114 MB
Progress (1): 55/114 MB
Progress (1): 56/114 MB
Progress (1): 56/114 MB
Progress (1): 57/114 MB
Progress (1): 57/114 MB
Progress (1): 58/114 MB
Progress (1): 58/114 MB
Progress (1): 59/114 MB
Progress (1): 59/114 MB
Progress (1): 60/114 MB
Progress (1): 60/114 MB
Progress (1): 61/114 MB
Progress (1): 61/114 MB
Progress (1): 62/114 MB
Progress (1): 62/114 MB
Progress (1): 63/114 MB
Progress (1): 63/114 MB
Progress (1): 64/114 MB
Progress (1): 64/114 MB
Progress (1): 65/114 MB
Progress (1): 66/114 MB
Progress (1): 66/114 MB
Progress (1): 67/114 MB
Progress (1): 67/114 MB
Progress (1): 68/114 MB
Progress (1): 68/114 MB
Progress (1): 69/114 MB
Progress (1): 69/114 MB
Progress (1): 70/114 MB
Progress (1): 70/114 MB
Progress (1): 71/114 MB
Progress (1): 71/114 MB
Progress (1): 72/114 MB
Progress (1): 72/114 MB
Progress (1): 73/114 MB
Progress (1): 73/114 MB
Progress (1): 74/114 MB
Progress (1): 74/114 MB
Progress (1): 75/114 MB
Progress (1): 75/114 MB
Progress (1): 76/114 MB
Progress (1): 77/114 MB
Progress (1): 77/114 MB
Progress (1): 78/114 MB
Progress (1): 78/114 MB
Progress (1): 79/114 MB
Progress (1): 79/114 MB
Progress (1): 80/114 MB
Progress (1): 80/114 MB
Progress (1): 81/114 MB
Progress (1): 81/114 MB
Progress (1): 82/114 MB
Progress (1): 82/114 MB
Progress (1): 83/114 MB
Progress (1): 83/114 MB
Progress (1): 84/114 MB
Progress (1): 84/114 MB
Progress (1): 85/114 MB
Progress (1): 85/114 MB
Progress (1): 86/114 MB
Progress (1): 87/114 MB
Progress (1): 87/114 MB
Progress (1): 88/114 MB
Progress (1): 88/114 MB
Progress (1): 89/114 MB
Progress (1): 89/114 MB
Progress (1): 90/114 MB
Progress (1): 90/114 MB
Progress (1): 91/114 MB
Progress (1): 91/114 MB
Progress (1): 92/114 MB
Progress (1): 92/114 MB
Progress (1): 93/114 MB
Progress (1): 93/114 MB
Progress (1): 94/114 MB
Progress (1): 94/114 MB
Progress (1): 95/114 MB
Progress (1): 95/114 MB
Progress (1): 96/114 MB
Progress (1): 96/114 MB
Progress (1): 97/114 MB
Progress (1): 98/114 MB
Progress (1): 98/114 MB
Progress (1): 99/114 MB
Progress (1): 99/114 MB
Progress (1): 100/114 MB
Progress (1): 100/114 MB
Progress (1): 101/114 MB
Progress (1): 101/114 MB
Progress (1): 102/114 MB
Progress (1): 102/114 MB
Progress (1): 103/114 MB
Progress (1): 103/114 MB
Progress (1): 104/114 MB
Progress (1): 104/114 MB
Progress (1): 105/114 MB
Progress (1): 105/114 MB
Progress (1): 106/114 MB
Progress (1): 106/114 MB
Progress (1): 107/114 MB
Progress (1): 107/114 MB
Progress (1): 108/114 MB
Progress (1): 109/114 MB
Progress (1): 109/114 MB
Progress (1): 110/114 MB
Progress (1): 110/114 MB
Progress (1): 111/114 MB
Progress (1): 111/114 MB
Progress (1): 112/114 MB
Progress (1): 112/114 MB
Progress (1): 113/114 MB
Progress (1): 113/114 MB
Progress (1): 114 MB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.war (114 MB at 20 MB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.pom (6.6 kB at 12 kB/s)
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0 kB
                    
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (2.0 kB at 2.6 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 2.7 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml
Progress (1): 2.0 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/maven-metadata.xml (2.0 kB at 3.0 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.zip
Progress (1): 0.5/114 MB
Progress (1): 1.0/114 MB
Progress (1): 1.6/114 MB
Progress (1): 2.1/114 MB
Progress (1): 2.6/114 MB
Progress (1): 3.1/114 MB
Progress (1): 3.7/114 MB
Progress (1): 4.2/114 MB
Progress (1): 4.7/114 MB
Progress (1): 5.2/114 MB
Progress (1): 5.8/114 MB
Progress (1): 6.3/114 MB
Progress (1): 6.8/114 MB
Progress (1): 7.3/114 MB
Progress (1): 7.9/114 MB
Progress (1): 8.4/114 MB
Progress (1): 8.9/114 MB
Progress (1): 9.4/114 MB
Progress (1): 10.0/114 MB
Progress (1): 10/114 MB  
Progress (1): 11/114 MB
Progress (1): 12/114 MB
Progress (1): 12/114 MB
Progress (1): 13/114 MB
Progress (1): 13/114 MB
Progress (1): 14/114 MB
Progress (1): 14/114 MB
Progress (1): 15/114 MB
Progress (1): 15/114 MB
Progress (1): 16/114 MB
Progress (1): 16/114 MB
Progress (1): 17/114 MB
Progress (1): 17/114 MB
Progress (1): 18/114 MB
Progress (1): 18/114 MB
Progress (1): 19/114 MB
Progress (1): 19/114 MB
Progress (1): 20/114 MB
Progress (1): 20/114 MB
Progress (1): 21/114 MB
Progress (1): 21/114 MB
Progress (1): 22/114 MB
Progress (1): 23/114 MB
Progress (1): 23/114 MB
Progress (1): 24/114 MB
Progress (1): 24/114 MB
Progress (1): 25/114 MB
Progress (1): 25/114 MB
Progress (1): 26/114 MB
Progress (1): 26/114 MB
Progress (1): 27/114 MB
Progress (1): 27/114 MB
Progress (1): 28/114 MB
Progress (1): 28/114 MB
Progress (1): 29/114 MB
Progress (1): 29/114 MB
Progress (1): 30/114 MB
Progress (1): 30/114 MB
Progress (1): 31/114 MB
Progress (1): 31/114 MB
Progress (1): 32/114 MB
Progress (1): 33/114 MB
Progress (1): 33/114 MB
Progress (1): 34/114 MB
Progress (1): 34/114 MB
Progress (1): 35/114 MB
Progress (1): 35/114 MB
Progress (1): 36/114 MB
Progress (1): 36/114 MB
Progress (1): 37/114 MB
Progress (1): 37/114 MB
Progress (1): 38/114 MB
Progress (1): 38/114 MB
Progress (1): 39/114 MB
Progress (1): 39/114 MB
Progress (1): 40/114 MB
Progress (1): 40/114 MB
Progress (1): 41/114 MB
Progress (1): 41/114 MB
Progress (1): 42/114 MB
Progress (1): 42/114 MB
Progress (1): 43/114 MB
Progress (1): 44/114 MB
Progress (1): 44/114 MB
Progress (1): 45/114 MB
Progress (1): 45/114 MB
Progress (1): 46/114 MB
Progress (1): 46/114 MB
Progress (1): 47/114 MB
Progress (1): 47/114 MB
Progress (1): 48/114 MB
Progress (1): 48/114 MB
Progress (1): 49/114 MB
Progress (1): 49/114 MB
Progress (1): 50/114 MB
Progress (1): 50/114 MB
Progress (1): 51/114 MB
Progress (1): 51/114 MB
Progress (1): 52/114 MB
Progress (1): 52/114 MB
Progress (1): 53/114 MB
Progress (1): 53/114 MB
Progress (1): 54/114 MB
Progress (1): 55/114 MB
Progress (1): 55/114 MB
Progress (1): 56/114 MB
Progress (1): 56/114 MB
Progress (1): 57/114 MB
Progress (1): 57/114 MB
Progress (1): 58/114 MB
Progress (1): 58/114 MB
Progress (1): 59/114 MB
Progress (1): 59/114 MB
Progress (1): 60/114 MB
Progress (1): 60/114 MB
Progress (1): 61/114 MB
Progress (1): 61/114 MB
Progress (1): 62/114 MB
Progress (1): 62/114 MB
Progress (1): 63/114 MB
Progress (1): 63/114 MB
Progress (1): 64/114 MB
Progress (1): 64/114 MB
Progress (1): 65/114 MB
Progress (1): 66/114 MB
Progress (1): 66/114 MB
Progress (1): 67/114 MB
Progress (1): 67/114 MB
Progress (1): 68/114 MB
Progress (1): 68/114 MB
Progress (1): 69/114 MB
Progress (1): 69/114 MB
Progress (1): 70/114 MB
Progress (1): 70/114 MB
Progress (1): 71/114 MB
Progress (1): 71/114 MB
Progress (1): 72/114 MB
Progress (1): 72/114 MB
Progress (1): 73/114 MB
Progress (1): 73/114 MB
Progress (1): 74/114 MB
Progress (1): 74/114 MB
Progress (1): 75/114 MB
Progress (1): 75/114 MB
Progress (1): 76/114 MB
Progress (1): 77/114 MB
Progress (1): 77/114 MB
Progress (1): 78/114 MB
Progress (1): 78/114 MB
Progress (1): 79/114 MB
Progress (1): 79/114 MB
Progress (1): 80/114 MB
Progress (1): 80/114 MB
Progress (1): 81/114 MB
Progress (1): 81/114 MB
Progress (1): 82/114 MB
Progress (1): 82/114 MB
Progress (1): 83/114 MB
Progress (1): 83/114 MB
Progress (1): 84/114 MB
Progress (1): 84/114 MB
Progress (1): 85/114 MB
Progress (1): 85/114 MB
Progress (1): 86/114 MB
Progress (1): 87/114 MB
Progress (1): 87/114 MB
Progress (1): 88/114 MB
Progress (1): 88/114 MB
Progress (1): 89/114 MB
Progress (1): 89/114 MB
Progress (1): 90/114 MB
Progress (1): 90/114 MB
Progress (1): 91/114 MB
Progress (1): 91/114 MB
Progress (1): 92/114 MB
Progress (1): 92/114 MB
Progress (1): 93/114 MB
Progress (1): 93/114 MB
Progress (1): 94/114 MB
Progress (1): 94/114 MB
Progress (1): 95/114 MB
Progress (1): 95/114 MB
Progress (1): 96/114 MB
Progress (1): 96/114 MB
Progress (1): 97/114 MB
Progress (1): 98/114 MB
Progress (1): 98/114 MB
Progress (1): 99/114 MB
Progress (1): 99/114 MB
Progress (1): 100/114 MB
Progress (1): 100/114 MB
Progress (1): 101/114 MB
Progress (1): 101/114 MB
Progress (1): 102/114 MB
Progress (1): 102/114 MB
Progress (1): 103/114 MB
Progress (1): 103/114 MB
Progress (1): 104/114 MB
Progress (1): 104/114 MB
Progress (1): 105/114 MB
Progress (1): 105/114 MB
Progress (1): 106/114 MB
Progress (1): 106/114 MB
Progress (1): 107/114 MB
Progress (1): 107/114 MB
Progress (1): 108/114 MB
Progress (1): 109/114 MB
Progress (1): 109/114 MB
Progress (1): 110/114 MB
Progress (1): 110/114 MB
Progress (1): 111/114 MB
Progress (1): 111/114 MB
Progress (1): 112/114 MB
Progress (1): 112/114 MB
Progress (1): 113/114 MB
Progress (1): 113/114 MB
Progress (1): 114 MB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4.zip (114 MB at 22 MB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.4 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4-sources.jar
Progress (1): 3.1 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/appng-application-2.0.0-20220525.085818-4-sources.jar (3.1 kB at 8.2 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.2 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application/2.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.8 kB/s)
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to /tmp/jenkins_artifacts/120
[INFO] Executed tasks
[INFO] 
[INFO] ------------------< org.appng:appng-application-bom >-------------------
[INFO] Building appNG application BOM 2.0.0-SNAPSHOT                    [18/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-application-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_1.24.x/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/2.0.0-SNAPSHOT/appng-application-bom-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-bom ---
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 607 B
                   
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/maven-metadata.xml (607 B at 1.7 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/appng-application-bom-2.0.0-20220525.085837-4.pom
Progress (1): 4.1/40 kB
Progress (1): 8.2/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 25/40 kB
Progress (1): 29/40 kB
Progress (1): 33/40 kB
Progress (1): 37/40 kB
Progress (1): 40 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/appng-application-bom-2.0.0-20220525.085837-4.pom (40 kB at 24 kB/s)
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (6.0 kB at 15 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 607 B
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/2.0.0-SNAPSHOT/maven-metadata.xml (607 B at 536 B/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/maven-metadata.xml (6.0 kB at 9.3 kB/s)
[INFO] 
[INFO] -------------------< org.appng:appng-documentation >--------------------
[INFO] Building appNG Documentation 2.0.0-SNAPSHOT                      [19/28]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-documentation ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_1.24.x/appng-documentation/target
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_1.24.x/appng-documentation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ appng-documentation ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.example.EmployeesTest
2022-05-25T10:59:07,821 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2022-05-25T10:59:07,882 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6892b3b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e6f2380, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@76a4ebf2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2e8c1c9b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@53fe15ff, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@449a4f23]
2022-05-25T10:59:10,478 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2022-05-25T10:59:10,927 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2022-05-25T10:59:11,028 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2022-05-25T10:59:11,153 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@16eb3ea3: startup date [Wed May 25 10:59:11 CEST 2022]; root of context hierarchy
2022-05-25T10:59:13,476 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] Found 1 MappingJackson2HttpMessageConverters: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter#0
2022-05-25T10:59:13,482 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] Found 0 ObjectMappers: 
2022-05-25T10:59:13,483 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] Found 0 Modules: 
2022-05-25T10:59:13,496 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] Found 0 @Primary Beans: 
2022-05-25T10:59:13,496 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] No ObjectMapper found in context, creating default.
2022-05-25T10:59:13,499 INFO  [main] org.appng.api.config.RestConfig: Found org.springframework.http.converter.json.MappingJackson2HttpMessageConverter 'org.springframework.http.converter.json.MappingJackson2HttpMessageConverter#0'
2022-05-25T10:59:13,831 INFO  [main] org.appng.api.config.RestConfig: [localhost:myapp] Registering ObjectMapper 'defaultObjectMapper'
2022-05-25T10:59:13,837 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
May 25, 2022 10:59:14 AM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2022-05-25T10:59:15,513 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: Checkpoint start
2022-05-25T10:59:15,514 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: checkpointClose start
2022-05-25T10:59:15,520 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: checkpointClose synched
2022-05-25T10:59:15,534 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: checkpointClose script done
2022-05-25T10:59:15,551 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: checkpointClose end
2022-05-25T10:59:15,552 INFO  [HSQLDB Server @5e742e4] hsqldb.db.HSQLDB80FA711099.ENGINE: Checkpoint end - txts: 1
2022-05-25T10:59:15,714 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2022-05-25T10:59:15,766 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2022-05-25T10:59:16,081 INFO  [main] org.hibernate.Version         : HHH000412: Hibernate ORM core version 5.6.9.Final
2022-05-25T10:59:16,688 INFO  [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T10:59:17,501 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2022-05-25T10:59:17,617 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2022-05-25T10:59:18,319 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.3.Final
2022-05-25T10:59:18,842 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T10:59:18,861 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-05-25T10:59:20,227 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2022-05-25T10:59:23,458 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@16eb3ea3: startup date [Wed May 25 10:59:11 CEST 2022]; root of context hierarchy
2022-05-25T10:59:23,459 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2022-05-25T10:59:23,459 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2022-05-25T10:59:23,640 INFO  [HSQLDB Connection @3526b5fa] hsqldb.db.HSQLDB80FA711099.ENGINE: Database closed
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 21.724 s <<< FAILURE! - in org.example.EmployeesTest
[ERROR] org.example.EmployeesTest.testCreateEmployee  Time elapsed: 0.327 s  <<< FAILURE!
junit.framework.AssertionFailedError: 
XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '0' but was '1' - comparing <messages...> at /action[1]/messages[1] to <messages...> at /action[1]/messages[1]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<action xmlns="http://www.appng.org/schema/platform" id="create" eventId="employeeEvent" async="false">
    <config>
        <meta-data bindClass="org.example.Employee">
            <field name="name" type="text" binding="name">
                <label id="name">name</label>
            </field>
            <field name="lastname" type="text" binding="lastname">
                <label id="lastname">lastname</label>
            </field>
        </meta-data>
    </config>
    <messages ref="create">
        <message ref="create" class="OK">Employee created!</message>
    </messages>
    <datasource id="employee"/>
    <data>
        <result>
            <field name="name" type="text">
                <value>John</value>
            </field>
            <field name="lastname" type="text">
                <value>Doe</value>
            </field>
        </result>
    </data>
    <bean id="employees"/>
</action>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '0' but was '1' - comparing <messages...> at /action[1]/messages[1] to <messages...> at /action[1]/messages[1]

	at org.example.EmployeesTest.testCreateEmployee(EmployeesTest.java:65)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   EmployeesTest.testCreateEmployee:65->TestBase.validate:541 XML does not match control XML
org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '0' but was '1' - comparing <messages...> at /action[1]/messages[1] to <messages...> at /action[1]/messages[1]

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<action xmlns="http://www.appng.org/schema/platform" id="create" eventId="employeeEvent" async="false">
    <config>
        <meta-data bindClass="org.example.Employee">
            <field name="name" type="text" binding="name">
                <label id="name">name</label>
            </field>
            <field name="lastname" type="text" binding="lastname">
                <label id="lastname">lastname</label>
            </field>
        </meta-data>
    </config>
    <messages ref="create">
        <message ref="create" class="OK">Employee created!</message>
    </messages>
    <datasource id="employee"/>
    <data>
        <result>
            <field name="name" type="text">
                <value>John</value>
            </field>
            <field name="lastname" type="text">
                <value>Doe</value>
            </field>
        </result>
    </data>
    <bean id="employees"/>
</action>
, org.custommonkey.xmlunit.Diff
[different] Expected number of element attributes '0' but was '1' - comparing <messages...> at /action[1]/messages[1] to <messages...> at /action[1]/messages[1]

[INFO] 
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for appNG Parent 2.0.0-SNAPSHOT:
[INFO] 
[INFO] appNG Parent ....................................... SUCCESS [  5.764 s]
[INFO] appNG Tools ........................................ SUCCESS [ 33.432 s]
[INFO] appNG Mail ......................................... SUCCESS [  8.561 s]
[INFO] appNG Forms ........................................ SUCCESS [ 10.573 s]
[INFO] appng Formtags ..................................... SUCCESS [  9.317 s]
[INFO] appNG XML-API ...................................... SUCCESS [ 16.340 s]
[INFO] appNG public API ................................... SUCCESS [ 28.712 s]
[INFO] appNG testsupport .................................. SUCCESS [ 15.898 s]
[INFO] appNG REST API ..................................... SUCCESS [ 10.864 s]
[INFO] appNG Persistence-Tools ............................ SUCCESS [ 48.386 s]
[INFO] appNG Search ....................................... SUCCESS [ 22.126 s]
[INFO] appNG Core Library ................................. SUCCESS [02:35 min]
[INFO] appNG Command Line Interface ....................... SUCCESS [01:32 min]
[INFO] appNG Tag Library .................................. SUCCESS [ 14.904 s]
[INFO] appNGizer JAXB API ................................. SUCCESS [ 19.546 s]
[INFO] appNGizer .......................................... SUCCESS [02:27 min]
[INFO] appNG Application .................................. SUCCESS [ 51.693 s]
[INFO] appNG application BOM .............................. SUCCESS [  5.366 s]
[INFO] appNG Documentation ................................ FAILURE [ 42.124 s]
[INFO] appNG Template Assembly Descriptors ................ SKIPPED
[INFO] appNG Template Parent .............................. SKIPPED
[INFO] appng-application-assembly ......................... SKIPPED
[INFO] appNG application parent ........................... SKIPPED
[INFO] Archetype - appng-archetype-application ............ SKIPPED
[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] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:20 min
[INFO] Finished at: 2022-05-25T10:59:24+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project appng-documentation: There are test failures.
[ERROR] 
[ERROR] Please refer to /var/lib/jenkins/workspace/appNG_1.24.x/appng-documentation/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :appng-documentation
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_1.24.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/javadoc
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/reference
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/appngizer/html
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/appngizer/pdf
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/appngizer/html/parts
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng/docs/2.0.0-SNAPSHOT/appngizerhtml/xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { ( Unstash Build and Docs)
[Pipeline] dir
Running in /srv/www/appng.org/appng/builds/snapshot
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: No such saved stash ‘jenkins_artifacts’
Finished: FAILURE