All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.scheduler.messages.properties Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 17.0
Show newest version
ERR_INVALID_JOB_CONFIGURATION_0	=Invalid scheduled job configuation provided.
ERR_NO_SCHEDULER_1				=No scheduler available to schedule job "{0}".
ERR_JOB_CLASS_NOT_FOUND_1		=Scheduled job class "{0}" is not available.
ERR_JOB_CLASS_BAD_INTERFACE_2	=The class "{0}" does not implement the required interface "{1}".
ERR_BAD_CRON_EXPRESSION_2		=Bad cron expression "{1}" for scheduled job "{0}".
ERR_BAD_JOB_CLASS_NAME_1		=The Java class name "{0}" for scheduled job is invalid.
ERR_BAD_CONTEXT_INFO_0			=The context info for scheduled job may not be null.
ERR_COULD_NOT_SCHEDULE_JOB_2	=Could not schedule job "{0}" for class "{1}".
ERR_COULD_NOT_RESCHEDULE_JOB_2  =Could not re-schedule job "{0}" for class "{1}", old job has been removed from scheduler.
ERR_JOB_WITH_ID_DOES_NOT_EXIST_1=Scheduled job with id "{0}" does not exist, unable to re-schedule.
ERR_JOB_INFO_FROZEN_1			=Scheduled job configuration of job "{0}" has been frozen and cannot be changed any more.
ERR_BAD_JOB_PARAMS_0			=The parameters for the scheduled job may not be null.
ERR_BAD_JOB_NAME_1				=The job name "{0}" for the scheduled job is invalid. The name must not be null and can not have leading or trailing white spaces.
ERR_INIT_THREAD_COUNT_BOUNDS_0  =Initial thread count for scheduler must be > -1 and <= configured maximum.
ERR_MAX_THREAD_COUNT_BOUNDS_0   =Maximum thread count for scheduler must be > 0 and <= 200.
ERR_SCHEDULER_PRIORITY_BOUNDS_0 =Scheduler thread priority must be higher than zero and lower than 10.

INIT_SCHEDULER_CREATED_1    	=. Scheduler config     : scheduler created with {0} jobs
INIT_SCHEDULER_INITIALIZED_0	=. Scheduler config     : scheduler initialized
INIT_SCHEDULER_STARTED_0		=. Scheduler config     : scheduler started
INIT_SCHEDULER_CONFIG_FINISHED_0=. Scheduler config     : finished
INIT_SHUTDOWN_1					=. Shutting down        : {0} ... ok!

LOG_CLASS_NOT_FOUND_1			=Scheduled job instance class not found "{0}".
LOG_REUSING_INSTANCE_1			=Re-using scheduler job instance class  "{0}".
LOG_ILLEGAL_ACCESS_0			=Illegal access exception in scheduler job instance class creation.
LOG_INSTANCE_GENERATION_0		=Unable to generate scheduler job instance class.
LOG_BAD_INTERFACE_0				=Scheduled job instance class does not implement the org.opencms.scheduler.I_CmsScheduledJob interface.
LOG_JOB_CREATED_1				=Created a new scheduler job instance class instance for "{0}".
LOG_INVALID_JOB_1				=Invalid scheduler job data for "{0}".
LOG_JOB_STARTING_1				=Starting scheduler job "{0}".
LOG_JOB_EXECUTION_ERROR_1		=Error executing scheduled job "{0}".
LOG_JOB_EXECUTION_OK_2			=Executed job "{0}": {1}.
LOG_JOB_EXECUTED_1				=Finished executing scheduled job "{0}".
LOG_NO_SCHEDULER_0				=Could not initialize the OpenCms scheduler.
LOG_CANNOT_START_SCHEDULER_0	=Unable to start the OpenCms scheduler.
LOG_JOB_SCHEDULED_4				=Scheduled job {0} named "{1}" for class {2} with user {3}.
LOG_JOB_NEXT_EXECUTION_2		=Scheduled job "{0}" will be next executed at {1,date,medium} {1,time,medium}.
LOG_SHUTDOWN_ERROR_0			=Problems shutting down the scheduler.
LOG_MULTIPLE_JOBS_FOUND_1		=Multiple jobs with id "{0}" found in scheduler, removing them all.
LOG_UNSCHEDULED_JOB_1			=Unscheduled job with id "{0}" from scheduler.
LOG_UNSCHEDULING_ERROR_1		=Unable to unschedule job with id "{0}" from scheduler.
LOG_THREAD_INTERRUPTED_1		=Scheduler thread "{0}" interrupted.
LOG_THREAD_ERROR_1				=Scheduler error in thread "{0}" while executing.
LOG_THREAD_SHUTDOWN_1			=Scheduler thread "{0}" is shutting down.
LOG_USING_THREAD_CLASSLOADER_1	=Scheduler job execution threads will use class loader of thread: {0}.
LOG_THREAD_POOL_UNAVAILABLE_0	=Scheduler thread pool was already shut down, could not execute runnable.
LOG_THREAD_POOL_WAITING_1		=Scheduler thread pool waiting for thread no. {0} to shut down.
LOG_THREAD_POOL_STILL_ACTIVE_1	=There are still {0} worker threads active in the scheduler thread pool.
LOG_THREAD_POOL_SHUTDOWN_0		=Scheduler thread pool has been shut down.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy