Skip to content

Console Output

Started by user Matthias Mueller
Running as Matthias Mueller
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler_Release
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Info)
[Pipeline] echo
##############################################
[Pipeline] echo
Preparing release 1.14.1 for appng-scheduler from branch appng-scheduler-1.14.x, current snapshot is 1.14.1-SNAPSHOT, next version will be 1.14.2-SNAPSHOT
[Pipeline] echo
##############################################
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare Release Branch)
[Pipeline] sh
+ rm -rf appng-scheduler
[Pipeline] sh
+ git clone git@github.com:appNG/appng-scheduler.git appng-scheduler
Cloning into 'appng-scheduler'...
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
+ git checkout appng-scheduler-1.14.x
Switched to a new branch 'appng-scheduler-1.14.x'
Branch appng-scheduler-1.14.x set up to track remote branch appng-scheduler-1.14.x from origin.
[Pipeline] sh
+ sed -i s/1\.14\.1-SNAPSHOT/1\.14\.1/g pom.xml
[Pipeline] sh
+ git status
On branch appng-scheduler-1.14.x
Your branch is up-to-date with 'origin/appng-scheduler-1.14.x'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
+ git commit -a -m preparing release 1.14.1
[appng-scheduler-1.14.x fe06fa9] preparing release 1.14.1
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Release Branch)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Scheduler 1.14.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-scheduler ---
[INFO] 
[INFO] --- openapi-generator-maven-plugin:5.1.1:generate (rest-api) @ appng-scheduler ---
[INFO] Generating with dryRun=false
[INFO] Output directory (/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi) does not exist, or is inaccessible. No file (.openapi-generator-ignore) will be evaluated.
[INFO] OpenAPI Generator: java (client)
[INFO] Generator 'java' is considered stable.
[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] '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_Release/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_Release/appng-scheduler/target/generated-sources/openapi/src/test/java/org/appng/scheduler/openapi/model/JobRecordTest.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/docs/JobRecord.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/appng-scheduler/target/generated-sources/openapi/src/test/java/org/appng/scheduler/openapi/model/JobStateTest.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/docs/JobState.md
[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_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/SchedulerApi.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/test/java/org/appng/scheduler/openapi/SchedulerApiTest.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/docs/SchedulerApi.md
[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_Release/appng-scheduler/target/generated-sources/openapi/pom.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/README.md
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/build.gradle
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/build.sbt
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/settings.gradle
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/gradle.properties
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/AndroidManifest.xml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/.travis.yml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ApiClient.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ServerConfiguration.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ServerVariable.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/api/openapi.yaml
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/JavaTimeFormatter.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/HttpBasicAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/HttpBearerAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/ApiKeyAuth.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/gradlew
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/gradlew.bat
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/gradle/wrapper/gradle-wrapper.properties
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/gradle/wrapper/gradle-wrapper.jar
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/git_push.sh
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/.gitignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/Authentication.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/RFC3339DateFormat.java
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/.openapi-generator-ignore
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/.openapi-generator/VERSION
[INFO] writing file /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/appng-scheduler/target/generated-sources/constants added.
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java added.
[INFO] 
[INFO] --- appng-maven-plugin:1.23.0:generateApplicationConstants (applicationConstants) @ appng-scheduler ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/application-home/application.xml, org.appng.application.scheduler.PropertyConstants, /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.23.0:generateMessageConstants (messageConstants) @ appng-scheduler ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/application-home/dictionary/messages-scheduler.properties, org.appng.application.scheduler.MessageConstants, /var/lib/jenkins/workspace/appNG_Scheduler_Release/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 38 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/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 19 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ appng-scheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/lib/jenkins/workspace/appNG_Scheduler_Release/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.SchedulingTest
2021-12-02 14:30:26,799 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]
2021-12-02 14:30:26,814 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@14d3bc22, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@12d4bf7e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4c1d9d4b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b227d8d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7219ec67, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@45018215]
2021-12-02 14:30:27,522 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-02 14:30:27,776 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-02 14:30:27,809 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test.xml]
2021-12-02 14:30:27,835 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@49b0b76: startup date [Thu Dec 02 14:30:27 CET 2021]; root of context hierarchy
2021-12-02 14:30:28,209 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-02 14:30:28,222 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 02, 2021 2:30:28 PM ch.sla.jdbcperflogger.Logger info
INFO: Using config file jdbcperflogger-fallback.xml
2021-12-02 14:30:28,963 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2021-12-02 14:30:28,996 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-12-02 14:30:28,996 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2021-12-02 14:30:29,016 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2021-12-02 14:30:29,017 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.

2021-12-02 14:30:29,017 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2021-12-02 14:30:29,017 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2021-12-02 14:30:29,018 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@142eef62
2021-12-02 14:30:29,358 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2021-12-02 14:30:29,374 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 16 ms.
2021-12-02 14:30:30,041 INFO  [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.2.0.Final
2021-12-02 14:30:30,484 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-02 14:30:30,570 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2021-12-02 14:30:30,599 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-2098041249' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2021-12-02 14:30:30,603 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2021-12-02 14:30:30,607 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2021-12-02 14:30:30,611 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2021-12-02 14:30:30,613 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2021-12-02 14:30:30,613 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2021-12-02 14:30:30,614 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2021-12-02 14:30:30,614 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2021-12-02 14:30:30,615 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:30,783 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_mytestjob
2021-12-02 14:30:30,789 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_mytestjob-crontrigger-2107841088' for job 'localhost.appng-scheduler_mytestjob' with expression '0 0/10 * * * ? 2042'
2021-12-02 14:30:31,833 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_anotherJob
2021-12-02 14:30:31,839 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_anotherJob-crontrigger-1608509647' for job 'localhost.appng-scheduler_anotherJob' with expression '0 0/20 * * * ? 2042'
2021-12-02 14:30:31,899 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:31,920 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted job: localhost.appng-scheduler_mytestjob
2021-12-02 14:30:31,965 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:31,975 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_indexJob-crontrigger-1794666800' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2021-12-02 14:30:32,024 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:32,127 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:32,314 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:32,325 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.simpletrigger-1682050612' for job 'org.appng.application.scheduler.job.IndexJob' with start time 'Thu Dec 02 14:30:32 CET 2021'
2021-12-02 14:30:32,375 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
2021-12-02 14:30:32,379 INFO  [Scheduler_localhost] org.springframework.scheduling.quartz.LocalDataSourceJobStore: All triggers of Job localhost.simpletrigger-1682050612 set to ERROR state.
2021-12-02 14:30:32,457 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:32,472 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Deleted trigger 'localhost.appng-scheduler_indexJob-crontrigger-1794666800' for job 'localhost.appng-scheduler_indexJob' with expression '0 0/5 * * * ? 2042'
2021-12-02 14:30:32,542 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:32,602 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@49b0b76: startup date [Thu Dec 02 14:30:27 CET 2021]; root of context hierarchy
2021-12-02 14:30:32,606 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2021-12-02 14:30:32,607 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:32,608 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2021-12-02 14:30:32,608 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2021-12-02 14:30:32,608 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:32,609 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.155 s - in org.appng.application.scheduler.SchedulingTest
[INFO] Running org.appng.application.scheduler.service.JobStateRestControllerTest
2021-12-02 14:30:32,621 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2021-12-02 14:30:32,621 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@470c4229, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6408be5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1e57b783, org.springframework.test.context.support.DirtiesContextTestExecutionListener@73b8ab2c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5600a278, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@549d14fe]
2021-12-02 14:30:32,629 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-02 14:30:32,722 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-02 14:30:32,759 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-02 14:30:32,913 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-02 14:30:32,933 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2021-12-02 14:30:32,951 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]]
2021-12-02 14:30:32,951 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]]
2021-12-02 14:30:32,955 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@77d54a41: startup date [Thu Dec 02 14:30:32 CET 2021]; root of context hierarchy
2021-12-02 14:30:33,049 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-02 14:30:33,063 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-02 14:30:33,293 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:33,319 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-02 14:30:33,414 INFO  [main] org.hibernate.Version         : HHH000412: Hibernate ORM core version 5.4.32.Final
2021-12-02 14:30:33,643 INFO  [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-02 14:30:34,012 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-02 14:30:34,075 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-02 14:30:35,794 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02 14:30:35,807 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:35,831 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2021-12-02 14:30:35,840 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-12-02 14:30:35,840 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2021-12-02 14:30:35,840 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2021-12-02 14:30:35,840 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.

2021-12-02 14:30:35,840 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2021-12-02 14:30:35,840 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2021-12-02 14:30:35,840 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@1784d711
2021-12-02 14:30:36,571 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@77d54a41: startup date [Thu Dec 02 14:30:32 CET 2021]; root of context hierarchy
2021-12-02 14:30:36,971 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.
2021-12-02 14:30:36,971 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.
2021-12-02 14:30:37,081 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2021-12-02 14:30:37,089 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 8 ms.
2021-12-02 14:30:37,163 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-02 14:30:37,176 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2021-12-02 14:30:37,181 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-2131925107' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2021-12-02 14:30:37,183 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2021-12-02 14:30:37,186 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2021-12-02 14:30:37,186 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2021-12-02 14:30:37,187 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2021-12-02 14:30:37,187 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2021-12-02 14:30:37,187 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2021-12-02 14:30:37,188 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2021-12-02 14:30:37,191 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:37,438 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json;charset=UTF-8]}" 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,boolean,java.util.List<java.lang.String>,org.appng.api.model.Site)
2021-12-02 14:30:37,536 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@1d07d728
2021-12-02 14:30:37,613 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2021-12-02 14:30:37,613 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2021-12-02 14:30:37,616 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 3 ms
2021-12-02 14:30:37,871 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:37,877 INFO  [main] org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder$StaticRequestMappingHandlerMapping: Mapped "{[/jobState/{application}/{job}],methods=[GET],produces=[application/json;charset=UTF-8]}" 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,boolean,java.util.List<java.lang.String>,org.appng.api.model.Site)
2021-12-02 14:30:37,890 INFO  [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.test.web.servlet.setup.StubWebApplicationContext@30c1447e
2021-12-02 14:30:37,896 INFO  [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet ''
2021-12-02 14:30:37,896 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started
2021-12-02 14:30:37,896 INFO  [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms
2021-12-02 14:30:37,907 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@77d54a41: startup date [Thu Dec 02 14:30:32 CET 2021]; root of context hierarchy
2021-12-02 14:30:37,908 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2021-12-02 14:30:37,908 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:37,912 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2021-12-02 14:30:37,912 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2021-12-02 14:30:37,912 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:37,912 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2021-12-02 14:30:37,914 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:37,914 INFO  [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.229 s - in org.appng.application.scheduler.service.JobStateRestControllerTest
[INFO] Running org.appng.application.scheduler.DriverDelegateWrapperTest
2021-12-02 14:30:37,937 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2021-12-02 14:30:37,955 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2021-12-02 14:30:37,962 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 7 ms.
2021-12-02 14:30:37,967 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2021-12-02 14:30:37,967 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
2021-12-02 14:30:37,968 INFO  [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
2021-12-02 14:30:37,968 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [sql/init_quartz_tables.sql]
2021-12-02 14:30:37,978 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [sql/init_quartz_tables.sql] in 10 ms.
2021-12-02 14:30:37,979 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: Using thread monitor-based data access locking (synchronization).
2021-12-02 14:30:37,979 INFO  [main] org.quartz.impl.jdbcjobstore.JobStoreTX: JobStoreTX initialized.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.appng.application.scheduler.DriverDelegateWrapperTest
[INFO] Running org.appng.application.scheduler.business.TestJobRecordings
2021-12-02 14:30:37,993 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]
2021-12-02 14:30:37,993 INFO  [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7614beba, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@66c18b9b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@50d8b30, org.springframework.test.context.support.DirtiesContextTestExecutionListener@48e7e2ca, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1b557402, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@71a2a9a0]
2021-12-02 14:30:37,999 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml]
2021-12-02 14:30:38,034 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml]
2021-12-02 14:30:38,045 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-core.xml]
2021-12-02 14:30:38,088 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml]
2021-12-02 14:30:38,099 INFO  [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [beans-test-core.xml]
2021-12-02 14:30:38,108 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]]
2021-12-02 14:30:38,108 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]]
2021-12-02 14:30:38,109 INFO  [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@189fe8af: startup date [Thu Dec 02 14:30:38 CET 2021]; root of context hierarchy
2021-12-02 14:30:38,138 WARN  [main] org.springframework.context.annotation.ConfigurationClassEnhancer: @Bean method ApplicationTestConfig.CustomScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2021-12-02 14:30:38,140 INFO  [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2021-12-02 14:30:38,168 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:38,168 INFO  [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [name: default]
2021-12-02 14:30:38,255 INFO  [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2021-12-02 14:30:38,261 INFO  [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true
2021-12-02 14:30:38,605 INFO  [main] org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator: HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02 14:30:38,606 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:38,624 INFO  [main] org.quartz.impl.StdSchedulerFactory: Using default implementation for ThreadExecutor
2021-12-02 14:30:38,625 INFO  [main] org.quartz.core.SchedulerSignalerImpl: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-12-02 14:30:38,625 INFO  [main] org.quartz.core.QuartzScheduler: Quartz Scheduler v.2.3.2 created.
2021-12-02 14:30:38,625 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: JobStoreCMT initialized.
2021-12-02 14:30:38,625 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.

2021-12-02 14:30:38,625 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler 'Scheduler_localhost' initialized from an externally provided properties instance.
2021-12-02 14:30:38,625 INFO  [main] org.quartz.impl.StdSchedulerFactory: Quartz scheduler version: 2.3.2
2021-12-02 14:30:38,625 INFO  [main] org.quartz.core.QuartzScheduler: JobFactory set to: org.appng.application.scheduler.quartz.SpringQuartzSchedulerFactory@38d583cd
2021-12-02 14:30:38,812 INFO  [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@189fe8af: startup date [Thu Dec 02 14:30:38 CET 2021]; root of context hierarchy
2021-12-02 14:30:39,173 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executing SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql]
2021-12-02 14:30:39,191 INFO  [main] org.springframework.jdbc.datasource.init.ScriptUtils: Executed SQL script from class path resource [org/quartz/impl/jdbcjobstore/tables_hsqldb.sql] in 18 ms.
2021-12-02 14:30:39,301 WARN  [main] org.appng.api.support.RequestFactoryBean: invalid value for platform property 'uploadDir', folder 'null/target/uploads' does not exist!
2021-12-02 14:30:39,587 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_longRunningJob
2021-12-02 14:30:39,592 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created trigger 'localhost.appng-scheduler_longRunningJob-crontrigger-835310759' for job 'localhost.appng-scheduler_longRunningJob' with expression '0 0/10 * 1/1 * ? *'
2021-12-02 14:30:39,594 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_indexJob
2021-12-02 14:30:39,596 INFO  [main] org.appng.application.scheduler.SchedulerUtils: Created job: localhost.appng-scheduler_houseKeepingJob
2021-12-02 14:30:39,597 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Freed 0 triggers from 'acquired' / 'blocked' state.
2021-12-02 14:30:39,598 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovering 0 jobs that were in-progress at the time of the last shut-down.
2021-12-02 14:30:39,598 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Recovery complete.
2021-12-02 14:30:39,598 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 'complete' triggers.
2021-12-02 14:30:39,599 INFO  [main] org.springframework.scheduling.quartz.LocalDataSourceJobStore: Removed 0 stale fired job entries.
2021-12-02 14:30:39,599 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED started.
2021-12-02 14:30:39,672 INFO  [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@189fe8af: startup date [Thu Dec 02 14:30:38 CET 2021]; root of context hierarchy
2021-12-02 14:30:39,673 INFO  [main] org.springframework.context.support.DefaultLifecycleProcessor: Stopping beans in phase 2147483647
2021-12-02 14:30:39,673 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:39,681 INFO  [main] org.springframework.scheduling.quartz.SchedulerFactoryBean: Shutting down Quartz Scheduler
2021-12-02 14:30:39,681 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutting down.
2021-12-02 14:30:39,681 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED paused.
2021-12-02 14:30:39,682 INFO  [main] org.quartz.core.QuartzScheduler: Scheduler Scheduler_localhost_$_NON_CLUSTERED shutdown complete.
2021-12-02 14:30:39,683 INFO  [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default'
2021-12-02 14:30:39,684 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: 1.714 s - in org.appng.application.scheduler.business.TestJobRecordings
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, 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_Release/appng-scheduler/target/appng-scheduler-1.14.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (generate-docs) @ appng-scheduler ---
[INFO] 
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/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_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/SchedulerApi.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/HttpBearerAuth.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/Authentication.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/HttpBasicAuth.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/auth/ApiKeyAuth.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/RFC3339DateFormat.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ApiClient.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ServerConfiguration.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/JavaTimeFormatter.java...
Loading source file /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ServerVariable.java...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/SchedulerApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/JobState.TimeunitEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/ApiKeyAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/Authentication.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/HttpBasicAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/HttpBearerAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/ApiClient.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/ApiClient.CollectionFormat.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/JavaTimeFormatter.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/RFC3339DateFormat.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/ServerConfiguration.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/ServerVariable.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/package-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/serialized-form.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobRecord.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.StateEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/model/class-use/JobState.TimeunitEnum.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/class-use/SchedulerApi.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/class-use/HttpBearerAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/class-use/Authentication.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/class-use/HttpBasicAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/class-use/ApiKeyAuth.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/RFC3339DateFormat.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/ApiClient.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/ApiClient.CollectionFormat.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/ServerConfiguration.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/JavaTimeFormatter.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/class-use/ServerVariable.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/org/appng/scheduler/openapi/invoke/auth/package-use.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/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_Release/appng-scheduler/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index-all.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/index.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/overview-summary.html...
Generating /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/generated-sources/openapi/src/main/java/org/appng/scheduler/openapi/invoke/ApiClient.java:611: warning: no @param for cookieParams
[WARNING] protected void updateParamsForAuth(String[] authNames, MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams) {
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-javadoc.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-scheduler ---
[INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.14.1-20211202-1330.zip
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-scheduler ---
[INFO] Building jar: /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-scheduler ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-scheduler ---
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.14.1-20211202-1330.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.14.1-20211202-1330.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-scheduler ---
[INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging")...
[INFO]  + Using server credentials "sonatype" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.20-02 and edition "Professional"
[INFO]  * Using staging profile ID "5db33f1e7729b7" (matched by Nexus).
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/pom.xml to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-javadoc.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar
[INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-scheduler-1.14.1-20211202-1330.zip to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-sources.jar to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1.pom.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/gpg/srv/www/appng.org/appng/builds/stable/appng-scheduler-1.14.1-20211202-1330.zip.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip.asc
[INFO] Installing /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/appng-scheduler-1.14.1-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "5db33f1e7729b7"
[INFO]  * Created staging repository with ID "orgappng-1085".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085
[INFO]  * Uploading locally staged artifacts to profile org.appng
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip
Progress (1): 2.0/113 kB
Progress (1): 4.1/113 kB
Progress (1): 6.1/113 kB
Progress (1): 8.2/113 kB
Progress (1): 10/113 kB 
Progress (1): 12/113 kB
Progress (1): 14/113 kB
Progress (1): 16/113 kB
Progress (1): 18/113 kB
Progress (1): 20/113 kB
Progress (1): 23/113 kB
Progress (1): 25/113 kB
Progress (1): 27/113 kB
Progress (1): 29/113 kB
Progress (1): 31/113 kB
Progress (1): 33/113 kB
Progress (1): 35/113 kB
Progress (1): 37/113 kB
Progress (1): 39/113 kB
Progress (1): 41/113 kB
Progress (1): 43/113 kB
Progress (1): 45/113 kB
Progress (1): 47/113 kB
Progress (1): 49/113 kB
Progress (1): 51/113 kB
Progress (1): 53/113 kB
Progress (1): 55/113 kB
Progress (1): 57/113 kB
Progress (1): 59/113 kB
Progress (1): 61/113 kB
Progress (1): 63/113 kB
Progress (1): 66/113 kB
Progress (1): 68/113 kB
Progress (1): 70/113 kB
Progress (1): 72/113 kB
Progress (1): 74/113 kB
Progress (1): 76/113 kB
Progress (1): 78/113 kB
Progress (1): 80/113 kB
Progress (1): 82/113 kB
Progress (1): 84/113 kB
Progress (1): 86/113 kB
Progress (1): 88/113 kB
Progress (1): 90/113 kB
Progress (1): 92/113 kB
Progress (1): 94/113 kB
Progress (1): 96/113 kB
Progress (1): 98/113 kB
Progress (1): 100/113 kB
Progress (1): 102/113 kB
Progress (1): 104/113 kB
Progress (1): 106/113 kB
Progress (1): 109/113 kB
Progress (1): 111/113 kB
Progress (1): 113/113 kB
Progress (1): 113 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip (113 kB at 84 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 372 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 490 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 393 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.zip.asc (473 B at 1.7 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.1 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 490 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar.asc (473 B at 2.3 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar
Progress (1): 2.0/115 kB
Progress (1): 4.1/115 kB
Progress (1): 6.1/115 kB
Progress (1): 8.2/115 kB
Progress (1): 10/115 kB 
Progress (1): 12/115 kB
Progress (1): 14/115 kB
Progress (1): 16/115 kB
Progress (1): 18/115 kB
Progress (1): 20/115 kB
Progress (1): 23/115 kB
Progress (1): 25/115 kB
Progress (1): 27/115 kB
Progress (1): 29/115 kB
Progress (1): 31/115 kB
Progress (1): 33/115 kB
Progress (1): 35/115 kB
Progress (1): 37/115 kB
Progress (1): 39/115 kB
Progress (1): 41/115 kB
Progress (1): 43/115 kB
Progress (1): 45/115 kB
Progress (1): 47/115 kB
Progress (1): 49/115 kB
Progress (1): 51/115 kB
Progress (1): 53/115 kB
Progress (1): 55/115 kB
Progress (1): 57/115 kB
Progress (1): 59/115 kB
Progress (1): 61/115 kB
Progress (1): 63/115 kB
Progress (1): 66/115 kB
Progress (1): 68/115 kB
Progress (1): 70/115 kB
Progress (1): 72/115 kB
Progress (1): 74/115 kB
Progress (1): 76/115 kB
Progress (1): 78/115 kB
Progress (1): 80/115 kB
Progress (1): 82/115 kB
Progress (1): 84/115 kB
Progress (1): 86/115 kB
Progress (1): 88/115 kB
Progress (1): 90/115 kB
Progress (1): 92/115 kB
Progress (1): 94/115 kB
Progress (1): 96/115 kB
Progress (1): 98/115 kB
Progress (1): 100/115 kB
Progress (1): 102/115 kB
Progress (1): 104/115 kB
Progress (1): 106/115 kB
Progress (1): 109/115 kB
Progress (1): 111/115 kB
Progress (1): 113/115 kB
Progress (1): 115/115 kB
Progress (1): 115 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar (115 kB at 126 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom
Progress (1): 2.0/8.9 kB
Progress (1): 4.1/8.9 kB
Progress (1): 6.1/8.9 kB
Progress (1): 8.2/8.9 kB
Progress (1): 8.9 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom (8.9 kB at 14 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 490 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 448 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar.asc (473 B at 2.3 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 400 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.pom.asc (473 B at 2.2 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 489 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar.asc
Progress (1): 473 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1.jar.asc (473 B at 2.3 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.0 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 489 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar
Progress (1): 2.0/141 kB
Progress (1): 4.1/141 kB
Progress (1): 6.1/141 kB
Progress (1): 8.2/141 kB
Progress (1): 10/141 kB 
Progress (1): 12/141 kB
Progress (1): 14/141 kB
Progress (1): 16/141 kB
Progress (1): 18/141 kB
Progress (1): 20/141 kB
Progress (1): 23/141 kB
Progress (1): 25/141 kB
Progress (1): 27/141 kB
Progress (1): 29/141 kB
Progress (1): 31/141 kB
Progress (1): 33/141 kB
Progress (1): 35/141 kB
Progress (1): 37/141 kB
Progress (1): 39/141 kB
Progress (1): 41/141 kB
Progress (1): 43/141 kB
Progress (1): 45/141 kB
Progress (1): 47/141 kB
Progress (1): 49/141 kB
Progress (1): 51/141 kB
Progress (1): 53/141 kB
Progress (1): 55/141 kB
Progress (1): 57/141 kB
Progress (1): 59/141 kB
Progress (1): 61/141 kB
Progress (1): 63/141 kB
Progress (1): 66/141 kB
Progress (1): 68/141 kB
Progress (1): 70/141 kB
Progress (1): 72/141 kB
Progress (1): 74/141 kB
Progress (1): 76/141 kB
Progress (1): 78/141 kB
Progress (1): 80/141 kB
Progress (1): 82/141 kB
Progress (1): 84/141 kB
Progress (1): 86/141 kB
Progress (1): 88/141 kB
Progress (1): 90/141 kB
Progress (1): 92/141 kB
Progress (1): 94/141 kB
Progress (1): 96/141 kB
Progress (1): 98/141 kB
Progress (1): 100/141 kB
Progress (1): 102/141 kB
Progress (1): 104/141 kB
Progress (1): 106/141 kB
Progress (1): 109/141 kB
Progress (1): 111/141 kB
Progress (1): 113/141 kB
Progress (1): 115/141 kB
Progress (1): 117/141 kB
Progress (1): 119/141 kB
Progress (1): 121/141 kB
Progress (1): 123/141 kB
Progress (1): 125/141 kB
Progress (1): 127/141 kB
Progress (1): 129/141 kB
Progress (1): 131/141 kB
Progress (1): 133/141 kB
Progress (1): 135/141 kB
Progress (1): 137/141 kB
Progress (1): 139/141 kB
Progress (1): 141 kB    
                    
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-javadoc.jar (141 kB at 196 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.2 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 456 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 491 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar
Progress (1): 2.0/68 kB
Progress (1): 4.1/68 kB
Progress (1): 6.1/68 kB
Progress (1): 8.2/68 kB
Progress (1): 10/68 kB 
Progress (1): 12/68 kB
Progress (1): 14/68 kB
Progress (1): 16/68 kB
Progress (1): 18/68 kB
Progress (1): 20/68 kB
Progress (1): 23/68 kB
Progress (1): 25/68 kB
Progress (1): 27/68 kB
Progress (1): 29/68 kB
Progress (1): 31/68 kB
Progress (1): 33/68 kB
Progress (1): 35/68 kB
Progress (1): 37/68 kB
Progress (1): 39/68 kB
Progress (1): 41/68 kB
Progress (1): 43/68 kB
Progress (1): 45/68 kB
Progress (1): 47/68 kB
Progress (1): 49/68 kB
Progress (1): 51/68 kB
Progress (1): 53/68 kB
Progress (1): 55/68 kB
Progress (1): 57/68 kB
Progress (1): 59/68 kB
Progress (1): 61/68 kB
Progress (1): 63/68 kB
Progress (1): 66/68 kB
Progress (1): 68/68 kB
Progress (1): 68 kB   
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/1.14.1/appng-scheduler-1.14.1-sources.jar (68 kB at 109 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Downloaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 1.4 kB/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 357 B/s)
Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml
Progress (1): 306 B
                   
Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1085/org/appng/appng-scheduler/maven-metadata.xml (306 B at 492 B/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgappng-1085".

Waiting for operation to complete...
...................................

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:24 min
[INFO] Finished at: 2021-12-02T14:33:38+01:00
[INFO] Final Memory: 90M/1047M
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Results)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docs)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
+ rm -rf /srv/www/appng.org/appng-scheduler/docs/1.14.1
[Pipeline] sh
+ mkdir --parents /srv/www/appng.org/appng-scheduler/docs/1.14.1/javadoc
[Pipeline] sh
+ mv -f target/apidocs/allclasses-frame.html target/apidocs/allclasses-noframe.html target/apidocs/constant-values.html target/apidocs/deprecated-list.html target/apidocs/help-doc.html target/apidocs/index-all.html target/apidocs/index.html target/apidocs/org target/apidocs/overview-frame.html target/apidocs/overview-summary.html target/apidocs/overview-tree.html target/apidocs/package-list target/apidocs/script.js target/apidocs/serialized-form.html target/apidocs/stylesheet.css /srv/www/appng.org/appng-scheduler/docs/1.14.1/javadoc
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (merge to master and tag)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Pipeline] sh
+ git merge --ff appng-scheduler-1.14.x --strategy-option theirs
Merge made by the 'recursive' strategy.
 application-home/application.xml                        |  2 +-
 pom.xml                                                 |  2 +-
 .../scheduler/configuration/SchedulerConfig.java        | 17 ++++++++++++-----
 3 files changed, 14 insertions(+), 7 deletions(-)
[Pipeline] sh
+ git tag appng-scheduler-1.14.1
[Pipeline] sh
+ git push origin appng-scheduler-1.14.1
To github.com:appNG/appng-scheduler.git
 * [new tag]         appng-scheduler-1.14.1 -> appng-scheduler-1.14.1
[Pipeline] sh
+ git push
To github.com:appNG/appng-scheduler.git
   3bd3b44..02ee361  master -> master
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (prepare next version)
[Pipeline] dir
Running in /var/lib/jenkins/workspace/appNG_Scheduler_Release/appng-scheduler
[Pipeline] {
[Pipeline] sh
+ git show-ref --verify refs/heads/appng-scheduler-1.14.x
fe06fa9f0c756297651b9e92c8ccf260b40d3660 refs/heads/appng-scheduler-1.14.x
[Pipeline] sh
+ git show-ref --verify --quiet refs/heads/appng-scheduler-1.14.x
+ git checkout appng-scheduler-1.14.x
Switched to branch 'appng-scheduler-1.14.x'
Your branch is ahead of 'origin/appng-scheduler-1.14.x' by 1 commit.
  (use "git push" to publish your local commits)
[Pipeline] sh
+ sed -i s/1\.14\.1/1\.14\.2-SNAPSHOT/g pom.xml
[Pipeline] sh
+ git status
On branch appng-scheduler-1.14.x
Your branch is ahead of 'origin/appng-scheduler-1.14.x' by 1 commit.
  (use "git push" to publish your local commits)
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   pom.xml

no changes added to commit (use "git add" and/or "git commit -a")
[Pipeline] sh
+ git commit -a -m preparing next version 1.14.2-SNAPSHOT
[appng-scheduler-1.14.x 4b0a3af] preparing next version 1.14.2-SNAPSHOT
 1 file changed, 1 insertion(+), 1 deletion(-)
[Pipeline] sh
+ git push origin appng-scheduler-1.14.x
To github.com:appNG/appng-scheduler.git
   2bb94d7..4b0a3af  appng-scheduler-1.14.x -> appng-scheduler-1.14.x
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS