Skip to content

Console Output

Started by user Matthias Mueller
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (git clone)
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Scheduler/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/appng-scheduler-1.17.x^{commit} # timeout=10
Checking out Revision 188aaa93450e65b11c403f75b82dd999d5fc594b (refs/remotes/origin/appng-scheduler-1.17.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 188aaa93450e65b11c403f75b82dd999d5fc594b # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-scheduler-1.17.x # timeout=10
 > git checkout -b appng-scheduler-1.17.x 188aaa93450e65b11c403f75b82dd999d5fc594b # timeout=10
Commit message: "SCHED-59"
 > git rev-list --no-walk 188aaa93450e65b11c403f75b82dd999d5fc594b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ export JAVA_HOME=/var/lib/jenkins/tools/hudson.model.JDK/OpenJDK8/jdk8u332-b09
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3
Java version: 1.8.0_362, vendor: Temurin, runtime: /var/lib/jenkins/tools/hudson.model.JDK/OpenJDK8/jdk8u362-b09/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-19-amd64", arch: "amd64", family: "unix"
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------< org.appng:appng-scheduler >----------------------
[INFO] Building Scheduler 1.17.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_Scheduler/target
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.3.0:generate (rest-api) @ appng-scheduler ---
[INFO] Generating with dryRun=false
[INFO] Output directory (/var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[INFO] OpenAPI Generator: spring (server)
[INFO] Generator 'spring' is considered stable.
[INFO] ----------------------------------
[WARNING] java8 option has been deprecated as it's set to true by default (JDK7 support has been deprecated)
[INFO] Set base package to invoker package (org.appng.scheduler.openapi.invoke)
[INFO] Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE="/usr/local/bin/clang-format -i"' (Linux/Mac)
[INFO] NOTE: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
[INFO] Processing operation getJobState
[INFO] Processing operation getJobs
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Job.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobRecord.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobState.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Jobs.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/JobStateApi.java
[INFO] 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/pom.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/README.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/ApiUtil.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator-ignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project 🙏                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-scheduler ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants added.
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java added.
[INFO] 
[INFO] --- appng-maven-plugin:1.25.0:generateApplicationConstants (applicationConstants) @ appng-scheduler ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Scheduler/application-home/application.xml, org.appng.application.scheduler.PropertyConstants, /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.25.0:generateMessageConstants (messageConstants) @ appng-scheduler ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Scheduler/application-home/dictionary/messages-scheduler.properties, org.appng.application.scheduler.MessageConstants, /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/constants]
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-scheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ appng-scheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /var/lib/jenkins/workspace/appNG_Scheduler/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ appng-scheduler ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.appng.application.scheduler.business.TestJobRecordings
2023-04-26 13:54:15,025 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2023-04-26 13:54:15,041 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@61dd025, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@124c278f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@15b204a1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77167fb7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1fe20588, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6ce139a4]
2023-04-26 13:54:15,803 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2023-04-26 13:54:16,044 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2023-04-26 13:54:16,194 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2023-04-26 13:54:16,223 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2023-04-26 13:54:16,242 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'server' with a different definition: replacing [Generic bean: class [org.appng.testsupport.persistence.HsqlServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=init; destroyMethodName=destroy; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [java.lang.Object]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2023-04-26 13:54:16,243 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'datasource' with a different definition: replacing [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2023-04-26 13:54:16,252 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@36c88a32: startup date [Wed Apr 26 13:54:16 CEST 2023]; root of context hierarchy
2023-04-26 13:54:16,444 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2023-04-26 13:54:16,737 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2023-04-26 13:54:16,738 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2023-04-26 13:54:16,738 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2023-04-26 13:54:16,747 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2023-04-26 13:54:16,962 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2023-04-26 13:54:16,982 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2023-04-26 13:54:17,007 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2023-04-26 13:54:17,007 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2023-04-26 13:54:17,015 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2023-04-26 13:54:17,274 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:17,318 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2023-04-26 13:54:17,444 INFO  [main] org.hibernate.Version         : HHH000412: Hibernate ORM core version 5.4.32.Final
2023-04-26 13:54:17,645 INFO  [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
Apr 26, 2023 1:54:17 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2023-04-26 13:54:18,534 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2023-04-26 13:54:18,592 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2023-04-26 13:54:19,043 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final
2023-04-26 13:54:20,352 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-26 13:54:20,362 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:20,486 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2023-04-26 13:54:20,643 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-04-26 13:54:20,643 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2023-04-26 13:54:20,675 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2023-04-26 13:54:20,677 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2023-04-26 13:54:20,677 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2023-04-26 13:54:20,677 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2023-04-26 13:54:20,678 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@a0e33db
2023-04-26 13:54:21,433 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@36c88a32: startup date [Wed Apr 26 13:54:16 CEST 2023]; root of context hierarchy
2023-04-26 13:54:21,717 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.migrateApplication(java.io.File,org.appng.core.domain.SiteApplication,java.lang.String)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2023-04-26 13:54:21,718 INFO  [main] org.springframework.aop.framework.CglibAopProxy: Method [org.appng.core.service.MigrationService$MigrationStatus org.appng.core.service.DatabaseService.dropDataBaseAndUser(org.appng.core.domain.DatabaseConnection)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2023-04-26 13:54:21,832 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2023-04-26 13:54:21,842 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 10 ms.
2023-04-26 13:54:23,709 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2023-04-26 13:54:23,733 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-317685173' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2023-04-26 13:54:23,736 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2023-04-26 13:54:23,736 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:23,739 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2023-04-26 13:54:23,739 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:23,742 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2023-04-26 13:54:23,744 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2023-04-26 13:54:23,744 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2023-04-26 13:54:23,746 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2023-04-26 13:54:23,748 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2023-04-26 13:54:23,751 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:23,855 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@36c88a32: startup date [Wed Apr 26 13:54:16 CEST 2023]; root of context hierarchy
2023-04-26 13:54:23,857 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2023-04-26 13:54:23,858 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:23,862 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2023-04-26 13:54:23,863 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2023-04-26 13:54:23,863 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:23,864 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2023-04-26 13:54:23,864 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:23,864 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.194 s - in org.appng.application.scheduler.business.TestJobRecordings
[INFO] Running org.appng.application.scheduler.SchedulerUtilsTest
2023-04-26 13:54:23,880 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Job 'mysite.myjob' was disabled forcefully and is being reenabled.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.application.scheduler.SchedulerUtilsTest
[INFO] Running org.appng.application.scheduler.SchedulingTest
2023-04-26 13:54:23,888 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]
2023-04-26 13:54:23,888 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@157ff8f8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a1abba1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@67263db7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a2bc71f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@20f94e9a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3f213e97]
2023-04-26 13:54:23,899 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2023-04-26 13:54:23,950 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2023-04-26 13:54:24,009 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2023-04-26 13:54:24,022 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2023-04-26 13:54:24,033 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'jobExecutionRecordRepository' with a different definition: replacing [Root bean: class [org.appng.persistence.repository.SearchRepositoryFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.mockito.Mockito]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=mock; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test.xml]]
2023-04-26 13:54:24,033 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@693c7741: startup date [Wed Apr 26 13:54:24 CEST 2023]; root of context hierarchy
2023-04-26 13:54:24,064 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2023-04-26 13:54:24,076 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2023-04-26 13:54:24,076 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2023-04-26 13:54:24,076 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2023-04-26 13:54:24,077 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2023-04-26 13:54:24,077 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2023-04-26 13:54:24,078 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2023-04-26 13:54:24,078 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2023-04-26 13:54:24,078 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2023-04-26 13:54:24,081 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2023-04-26 13:54:24,173 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: Checkpoint start
2023-04-26 13:54:24,174 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: checkpointClose start
2023-04-26 13:54:24,179 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: checkpointClose synched
2023-04-26 13:54:24,186 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: checkpointClose script done
2023-04-26 13:54:24,202 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: checkpointClose end
2023-04-26 13:54:24,203 INFO  [HSQLDB Server @4f50e974] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: Checkpoint end - txts: 1
2023-04-26 13:54:24,536 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:24,537 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2023-04-26 13:54:24,881 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2023-04-26 13:54:24,899 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2023-04-26 13:54:25,506 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-26 13:54:25,506 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:25,553 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2023-04-26 13:54:25,554 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-04-26 13:54:25,554 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2023-04-26 13:54:25,555 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2023-04-26 13:54:25,555 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2023-04-26 13:54:25,555 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2023-04-26 13:54:25,555 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2023-04-26 13:54:25,555 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@489ec791
2023-04-26 13:54:25,748 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@693c7741: startup date [Wed Apr 26 13:54:24 CEST 2023]; root of context hierarchy
2023-04-26 13:54:26,063 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2023-04-26 13:54:26,072 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 9 ms.
2023-04-26 13:54:26,181 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2023-04-26 13:54:26,188 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-1108209282' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2023-04-26 13:54:26,191 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2023-04-26 13:54:26,191 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,194 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2023-04-26 13:54:26,194 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,195 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2023-04-26 13:54:26,196 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2023-04-26 13:54:26,197 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2023-04-26 13:54:26,197 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2023-04-26 13:54:26,197 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2023-04-26 13:54:26,198 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,251 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_mytestjob
2023-04-26 13:54:26,255 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_mytestjob-crontrigger-766671686' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042'
2023-04-26 13:54:26,273 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob
2023-04-26 13:54:26,277 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-306946119' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042'
2023-04-26 13:54:26,313 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,316 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,316 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,332 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob
2023-04-26 13:54:26,367 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,370 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,370 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,377 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-274696031' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2023-04-26 13:54:26,416 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,416 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,461 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,461 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,570 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,570 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,576 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-simpletrigger-1576502737' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Wed Apr 26 13:54:26 CEST 2023'
2023-04-26 13:54:26,615 ERROR [Scheduler_localhost] org.quartz.core.ErrorLogger   : An error occured instantiating job to be executed. job= 'localhost.appng-scheduler_indexJob'
org.quartz.SchedulerException: Job instantiation failed [See nested exception: java.lang.ClassCastException: org.springframework.context.support.GenericApplicationContext cannot be cast to org.appng.core.model.ApplicationContext]
	at org.springframework.scheduling.quartz.AdaptableJobFactory.newJob(AdaptableJobFactory.java:45)
	at org.quartz.core.JobRunShell.initialize(JobRunShell.java:127)
	at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:392)
Caused by: java.lang.ClassCastException: org.springframework.context.support.GenericApplicationContext cannot be cast to org.appng.core.model.ApplicationContext
	at org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory.createJobInstance(SpringQuartzSchedulerFactory.java:68)
	at org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory.createJobInstance(SpringQuartzSchedulerFactory.java:53)
	at org.springframework.scheduling.quartz.AdaptableJobFactory.newJob(AdaptableJobFactory.java:41)
	... 2 more
2023-04-26 13:54:26,619 INFO  [Scheduler_localhost] org.springframework.scheduling.quartz.LocalDataSourceJobStore: All triggers of Job localhost.appng-scheduler_indexJob-simpletrigger-1576502737 set to ERROR state.
2023-04-26 13:54:26,623 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,623 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,632 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-274696031' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2023-04-26 13:54:26,664 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,667 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: localhost, application: appng-scheduler)
2023-04-26 13:54:26,667 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:26,704 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@693c7741: startup date [Wed Apr 26 13:54:24 CEST 2023]; root of context hierarchy
2023-04-26 13:54:26,704 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2023-04-26 13:54:26,704 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:26,706 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2023-04-26 13:54:26,706 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2023-04-26 13:54:26,706 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:26,707 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2023-04-26 13:54:26,707 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:26,707 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2023-04-26 13:54:26,960 INFO  [HSQLDB Connection @485d9dda] hsqldb.db.HSQLDB87BD6A2A12.ENGINE: Database closed
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.259 s - in org.appng.application.scheduler.SchedulingTest
[INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest
2023-04-26 13:54:27,194 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2023-04-26 13:54:27,225 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2023-04-26 13:54:27,234 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 9 ms.
2023-04-26 13:54:27,240 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2023-04-26 13:54:27,240 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
2023-04-26 13:54:27,242 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2023-04-26 13:54:27,242 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2023-04-26 13:54:27,252 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 10 ms.
2023-04-26 13:54:27,252 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2023-04-26 13:54:27,252 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.appng.application.scheduler.DriverDelegateWrapperTest
[INFO] Running org.appng.application.scheduler.service.JobStateRestControllerTest
2023-04-26 13:54:27,270 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]
2023-04-26 13:54:27,271 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6e25ae24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@66b98075, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@20e27a41, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5f638200, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1cf44346, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3664d285]
2023-04-26 13:54:27,282 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2023-04-26 13:54:27,316 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2023-04-26 13:54:27,356 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2023-04-26 13:54:27,366 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2023-04-26 13:54:27,374 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'server' with a different definition: replacing [Generic bean: class [org.appng.testsupport.persistence.HsqlServerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=init; destroyMethodName=destroy; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [java.lang.Object]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2023-04-26 13:54:27,375 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'datasource' with a different definition: replacing [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/appng/testsupport/application-testcontext-jpa.xml]] with [Generic bean: class [org.springframework.jdbc.datasource.DriverManagerDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [beans-test-core.xml]]
2023-04-26 13:54:27,375 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5e7967a: startup date [Wed Apr 26 13:54:27 CEST 2023]; root of context hierarchy
2023-04-26 13:54:27,399 INFO  [main] org.springframework.beans.factory.support.DefaultListableBeanFactory: Overriding bean definition for bean 'byteArrayHttpMessageConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerTestConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.config.SchedulerTestConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=schedulerConfig; factoryMethodName=byteArrayHttpMessageConverter; initMethodName=null; destroyMethodName=(inferred); defined in org.appng.application.scheduler.configuration.SchedulerConfig]
2023-04-26 13:54:27,405 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 MappingJackson2HttpMessageConverters: 
2023-04-26 13:54:27,405 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 ObjectMappers: 
2023-04-26 13:54:27,406 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 Modules: 
2023-04-26 13:54:27,407 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Found 0 @Primary Beans: 
2023-04-26 13:54:27,407 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No ObjectMapper found in context, creating default.
2023-04-26 13:54:27,408 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] No MappingJackson2HttpMessageConverter found in context, creating default.
2023-04-26 13:54:27,408 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering ObjectMapper 'defaultObjectMapper'
2023-04-26 13:54:27,408 INFO  [main] org.appng.api.config.RestConfig: [appng:appng-scheduler] Registering MappingJackson2HttpMessageConverter 'defaultJacksonConverter'
2023-04-26 13:54:27,410 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2023-04-26 13:54:27,432 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:27,432 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2023-04-26 13:54:27,503 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2023-04-26 13:54:27,510 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2023-04-26 13:54:27,844 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-26 13:54:27,844 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:27,860 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2023-04-26 13:54:27,861 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-04-26 13:54:27,861 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2023-04-26 13:54:27,862 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2023-04-26 13:54:27,862 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler meta-data: Quartz Scheduler (v2.3.2) 'Scheduler_localhost' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.

2023-04-26 13:54:27,862 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2023-04-26 13:54:27,862 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2023-04-26 13:54:27,862 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@5ed4796f
2023-04-26 13:54:28,065 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5e7967a: startup date [Wed Apr 26 13:54:27 CEST 2023]; root of context hierarchy
2023-04-26 13:54:28,374 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2023-04-26 13:54:28,386 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 12 ms.
2023-04-26 13:54:28,643 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2023-04-26 13:54:28,644 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2023-04-26 13:54:28,727 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@74f47eab
2023-04-26 13:54:28,782 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2023-04-26 13:54:28,782 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2023-04-26 13:54:28,784 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms
2023-04-26 13:54:28,793 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_longRunningJob
2023-04-26 13:54:28,796 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'appng.appng-scheduler_longRunningJob-crontrigger-1833848332' for job 'appng.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2023-04-26 13:54:28,797 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_indexJob
2023-04-26 13:54:28,797 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:28,798 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: appng.appng-scheduler_houseKeepingJob
2023-04-26 13:54:28,799 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:28,799 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2023-04-26 13:54:28,800 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2023-04-26 13:54:28,800 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2023-04-26 13:54:28,800 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2023-04-26 13:54:28,800 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2023-04-26 13:54:28,801 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:29,050 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2023-04-26 13:54:29,051 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2023-04-26 13:54:29,064 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@543fb2cd
2023-04-26 13:54:29,070 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2023-04-26 13:54:29,070 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2023-04-26 13:54:29,070 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2023-04-26 13:54:29,076 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,078 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,078 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:29,118 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2023-04-26 13:54:29,119 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2023-04-26 13:54:29,129 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@604201a0
2023-04-26 13:54:29,133 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2023-04-26 13:54:29,133 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2023-04-26 13:54:29,133 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2023-04-26 13:54:29,138 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,140 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,140 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:29,163 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/list],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.Jobs> org.appng.application.scheduler.service.JobStateRestController.getJobs(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean)
2023-04-26 13:54:29,163 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<org.appng.scheduler.openapi.model.JobState> org.appng.application.scheduler.service.JobStateRestController.getJobState(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean)
2023-04-26 13:54:29,172 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@2c32bf87
2023-04-26 13:54:29,176 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2023-04-26 13:54:29,176 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2023-04-26 13:54:29,177 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2023-04-26 13:54:29,182 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'indexJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,183 INFO  [main] org.appng.application.scheduler.business.SchedulingController: Job 'houseKeepingJob' is disabled (site: appng, application: appng-scheduler)
2023-04-26 13:54:29,183 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2023-04-26 13:54:29,196 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5e7967a: startup date [Wed Apr 26 13:54:27 CEST 2023]; root of context hierarchy
2023-04-26 13:54:29,197 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2023-04-26 13:54:29,197 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:29,198 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2023-04-26 13:54:29,199 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2023-04-26 13:54:29,199 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2023-04-26 13:54:29,199 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2023-04-26 13:54:29,199 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2023-04-26 13:54:29,199 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s - in org.appng.application.scheduler.service.JobStateRestControllerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-scheduler ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/ApiUtil.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobRecord.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Job.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/JobState.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/model/Jobs.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/JobStateApi.java...
Constructing Javadoc information...
Standard Doclet version 1.8.0_362
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/ApiUtil.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/JobStateApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/Job.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/Jobs.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.StateNameEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/class-use/ApiUtil.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/Job.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.StateNameEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/Jobs.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/class-use/JobStateApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs/help-doc.html...
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler ---
[INFO] Building zip: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-20230426-1154.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-20230426-1154.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-SNAPSHOT.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler/target/appng-scheduler-1.17.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-scheduler ---
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 2.0 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.jar
Progress (1): 4.1/110 kB
Progress (1): 8.2/110 kB
Progress (1): 12/110 kB 
Progress (1): 16/110 kB
Progress (1): 20/110 kB
Progress (1): 25/110 kB
Progress (1): 29/110 kB
Progress (1): 33/110 kB
Progress (1): 37/110 kB
Progress (1): 41/110 kB
Progress (1): 45/110 kB
Progress (1): 49/110 kB
Progress (1): 53/110 kB
Progress (1): 57/110 kB
Progress (1): 61/110 kB
Progress (1): 66/110 kB
Progress (1): 70/110 kB
Progress (1): 74/110 kB
Progress (1): 78/110 kB
Progress (1): 82/110 kB
Progress (1): 86/110 kB
Progress (1): 90/110 kB
Progress (1): 94/110 kB
Progress (1): 98/110 kB
Progress (1): 102/110 kB
Progress (1): 106/110 kB
Progress (1): 110 kB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.jar (110 kB at 166 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.pom (10 kB at 162 kB/s)
Downloading from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 695 B
                   
Downloaded from appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml (695 B at 7.0 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 1.2 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 695 B
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/maven-metadata.xml (695 B at 984 B/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5-javadoc.jar
Progress (1): 4.1/78 kB
Progress (1): 8.2/78 kB
Progress (1): 12/78 kB 
Progress (1): 16/78 kB
Progress (1): 20/78 kB
Progress (1): 25/78 kB
Progress (1): 29/78 kB
Progress (1): 33/78 kB
Progress (1): 37/78 kB
Progress (1): 41/78 kB
Progress (1): 45/78 kB
Progress (1): 49/78 kB
Progress (1): 53/78 kB
Progress (1): 57/78 kB
Progress (1): 61/78 kB
Progress (1): 66/78 kB
Progress (1): 70/78 kB
Progress (1): 74/78 kB
Progress (1): 78/78 kB
Progress (1): 78 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5-javadoc.jar (78 kB at 317 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 2.1 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.zip
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.1/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.2/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.3/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.4/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.5/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.6/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.7/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.8/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 0.9/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.0/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1/1.1 MB
Progress (1): 1.1 MB    
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5.zip (1.1 MB at 7.5 MB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 13 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5-sources.jar
Progress (1): 4.1/64 kB
Progress (1): 8.2/64 kB
Progress (1): 12/64 kB 
Progress (1): 16/64 kB
Progress (1): 20/64 kB
Progress (1): 25/64 kB
Progress (1): 29/64 kB
Progress (1): 33/64 kB
Progress (1): 37/64 kB
Progress (1): 41/64 kB
Progress (1): 45/64 kB
Progress (1): 49/64 kB
Progress (1): 53/64 kB
Progress (1): 57/64 kB
Progress (1): 61/64 kB
Progress (1): 64 kB   
                   
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/appng-scheduler-1.17.0-20230426.115402-5-sources.jar (64 kB at 146 kB/s)
Uploading to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Uploaded to appng-snapshot: https://appng.org/nexus/repository/appng-snapshot/org/appng/appng-scheduler/1.17.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 2.0 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  38.650 s
[INFO] Finished at: 2023-04-26T13:54:40+02:00
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Stash the Build)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler/target
[Pipeline] {
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler/target/apidocs
[Pipeline] {
[Pipeline] stash
Stashed 37 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Prepare doc folder)
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-scheduler/docs/1.17.x
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.17.x/javadoc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unstash Build)
[Pipeline] dir
Running in /srv/www/appng.org/appng/builds/snapshot
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /srv/www/appng.org/appng-scheduler/docs/1.17.x/javadoc
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS