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

jeaf.workload.jeaf-workload-api.1.0.5.source-code.WorkloadMessages.xml Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Root PUBLIC "MessageData" "MessageData.dtd">
<Root>
    <ClassInfo className="WorkloadMessages" 
               package="com.anaptecs.jeaf.api.xfun"
               description="Class contains all generated message constants for JEAF X-Functions." 
               author="JEAF Development Team" 
               version="1.0"/>               

    <MessageFolder name="X-Fun" idRangeBegin="10700" idRangeEnd="10999">
            <MessageFolder name="VersionInfo" idRangeBegin="13" idRangeEnd="19">
                <Message messageID="10700" 
                    name="NO_PIPELINE_FOUND" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Unable to execute request ''{0}'' as not pipeline is defined for the request." 
                    description="Exceptions with this error code are thrown if JEAF's Workload Management is not able to resolve a pipeline for a request."/>

                <Message messageID="10701" 
                    name="EXECUTING_REQUEST" 
                    type="INFO"
                    traceLevel="INFO"
                    defaultText="Executing queued request ''{0}''. Request was delayed for {1}ms." 
                    description="Message is used in traces when a queued request will be really executed."/>

                <Message messageID="10702" 
                    name="REJECTING_REQUEST_DUE_TO_LATENCY_LIMIT" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Rejecting executing of request ''{0}''. Request was queued for {1} ns. Maximum configured latency was {2} ns. Max. latency was exceeded by {3}ms." 
                    description="Exceptions with this error code are thrown if JEAF's Workload Management determines that a request was longer queued than the configured maximum latency."/>

                <Message messageID="10703" 
                    name="MULTIPLE_DEFAULT_PIPELINES" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Error in pipeline configuration. There is more than one default pipeline configured. Already detected default pipleine in class {0}. Additional default pipeline found in class {1}." 
                    description="Exceptions with this error code are thrown if more than one default pipeline is configured."/>

                <Message messageID="10704" 
                    name="NOT_EXISTING_PIPELINE_CONFIGURED" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Error in workload configuration. The pipeline class ''{0}'' that is referenced in workload configuration does not exist. Please correct the workload configuration of class ''{1}''." 
                    description="Exceptions with this error code are thrown if more than one default pipeline is configured."/>

                <Message messageID="10705" 
                    name="NO_PIPELINES_CONFIGURED" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Error in workload configuration. No pipelines were configured. Please check your pipeline configurations." 
                    description="Exceptions with this error code are thrown if no pipelines were configured."/>

                <Message messageID="10706" 
                    name="NO_WORKLOAD_MAPPINGS_AVAILABLE" 
                    type="ERROR"
                    traceLevel="ERROR"
                    defaultText="Error in workload configuration. No workload mappings were configured. Please check your workload mapping configurations." 
                    description="Exceptions with this error code are thrown if no workload mappings were configured."/>

	        </MessageFolder>
	</MessageFolder>
</Root>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy