Class ASMMsgSet


  • public class ASMMsgSet
    extends java.lang.Object
    This class contains error messages logged by the Assembler Service using the "ASM-" category.
    • Field Detail

      • PREFIX

        public static final java.lang.String PREFIX
        A prefix used for all messages.
        See Also:
        Constant Field Values
      • ASM_N00_000_ASSEMBLER_VERSION

        public static final java.lang.String ASM_N00_000_ASSEMBLER_VERSION
        An information message displaying the Assembler version number.
        See Also:
        Constant Field Values
      • ASM_N00_001_NORMAL

        public static final java.lang.String ASM_N00_001_NORMAL
        An information message displayed during normal operations.
        See Also:
        Constant Field Values
      • ASM_S00_001_MISSING_DDX

        public static final java.lang.String ASM_S00_001_MISSING_DDX
        The DDX object passed to the invoke() method was null. It is required.
        See Also:
        Constant Field Values
      • ASM_S00_002_DDX_EXECUTION_ERROR

        public static final java.lang.String ASM_S00_002_DDX_EXECUTION_ERROR
        DDX Execution error. The error message is provided along with a stack trace if available. Corrective action should be based on any messages or warnings present.
        See Also:
        Constant Field Values
      • ASM_S00_003_LOG_PASSIVATION_FAILED

        public static final java.lang.String ASM_S00_003_LOG_PASSIVATION_FAILED
        An error occurred while attempting to convert the job log to a Document to return to the client. The exception includes an error message that may indicate the root cause. This error may also occur if the document storage partition is full.
        See Also:
        Constant Field Values
      • ASM_S00_004_FONT_MANAGER_ERROR

        public static final java.lang.String ASM_S00_004_FONT_MANAGER_ERROR
        The FontManager could not be contacted. Verify that the FontManager is properly installed. Use the JMX console to verify that it is currently running.
        See Also:
        Constant Field Values
      • ASM_S00_005_NO_CONTENT

        public static final java.lang.String ASM_S00_005_NO_CONTENT
        An error occurred while trying to read the content for a result. The content was created, but could not be read from the disk file or input stream. The cause will be provided. This may occur during low disk space or low memory conditions.
        See Also:
        Constant Field Values
      • ASM_S00_006_PASSIVATE_FAILED

        public static final java.lang.String ASM_S00_006_PASSIVATE_FAILED
        An error occurred while trying to passivate the content for a result. The cause will be provided. This can occur if the global temporary storage directory is full or unavailable.
        See Also:
        Constant Field Values
      • ASM_S00_007_UNKNOWN_OR_NO_RESULT

        public static final java.lang.String ASM_S00_007_UNKNOWN_OR_NO_RESULT
        There was no result document for a result node in the DDX or its type is unknown. This is an internal logic error and should be reported to Customer Support.
        See Also:
        Constant Field Values
      • ASM_S00_008_INVALID_PDF_DOCUMENT

        public static final java.lang.String ASM_S00_008_INVALID_PDF_DOCUMENT
        The document provided as a PDF source was invalid. The document may either be corrupted or the content is not PDF content.
        See Also:
        Constant Field Values
      • ASM_S00_009_INVALID_XDP_DOCUMENT

        public static final java.lang.String ASM_S00_009_INVALID_XDP_DOCUMENT
        The document provided as an XDP source was invalid. The document may either be corrupted or the content is not XDP containing a PDF document.
        See Also:
        Constant Field Values
      • ASM_S00_010_DOCUMENT_FAILED_TO_OPEN

        public static final java.lang.String ASM_S00_010_DOCUMENT_FAILED_TO_OPEN
        The document could not be opened. A chained exception will provide the cause. The most common causes are a corrupt document, an I/O error, or a security-related error.
        See Also:
        Constant Field Values
      • ASM_S00_011_CLONE_FAILED_FOR_DOM

        public static final java.lang.String ASM_S00_011_CLONE_FAILED_FOR_DOM
        The shared DOM could not be cloned. A chained exception will provide the cause.
        See Also:
        Constant Field Values
      • ASM_S00_012_CLOSE_FAILED

        public static final java.lang.String ASM_S00_012_CLOSE_FAILED
        An error occurred while saving the specified document. Corrective action will depend on the provided cause. The most common causes are a corrupt document, a security error, or an I/O error. Processing will continue, but the exception may result in excess memory consumption or excess file handle consumption.
        See Also:
        Constant Field Values
      • ASM_S00_013_MISSING_SYSTEM_CONTEXT

        public static final java.lang.String ASM_S00_013_MISSING_SYSTEM_CONTEXT
        The system context from UserManager was missing or unavailable. The causing exception will be given. This usually indicates an installation problem.
        See Also:
        Constant Field Values
      • ASM_S00_014_MISSING_PDF_INPUT_DOCUMENT

        public static final java.lang.String ASM_S00_014_MISSING_PDF_INPUT_DOCUMENT
        An error occurred executing AssemblerServiceClient.invokeOneDocument(). The given DDX does not reference the PDF source as "inDoc" or the PDF source is missing.
        See Also:
        Constant Field Values
      • ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS

        public static final java.lang.String ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS
        An error occurred executing AssemblerServiceClient.invokeOneDocument(). The given DDX resulted in more than one result Document.
        See Also:
        Constant Field Values
      • ASM_S00_016_FD_DOCUMENT_ERROR

        public static final java.lang.String ASM_S00_016_FD_DOCUMENT_ERROR
        Indicates that some error has occurred while processing FD document on object
        See Also:
        Constant Field Values
      • ASM_S00_017_JPEG_DECODE_FAILURE

        public static final java.lang.String ASM_S00_017_JPEG_DECODE_FAILURE
        An error occurred while invoking the Assembler Jpeg 2000 Decoder BMC. This may occur if Jpeg 2000 BMC is not installed. Try installing (or reinstalling) Assembler Jpeg 2000 BMC.
        See Also:
        Constant Field Values
      • ASM_S01_004_CONTENT_CONVERSION_ERROR

        public static final java.lang.String ASM_S01_004_CONTENT_CONVERSION_ERROR
        An error occurred while trying to convert a document for transfer into or out of this service. The cause will be provided. This may occur during low disk space or low memory conditions or by corrupted document content.
        See Also:
        Constant Field Values
      • ASM_W00_001_INVALID_LOG_LEVEL

        public static final java.lang.String ASM_W00_001_INVALID_LOG_LEVEL
        An invalid or unknown log level was specified. A default was used instead.
        See Also:
        Constant Field Values
      • ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE

        public static final java.lang.String ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
        The logging subsystem will generate low-level debugging messages for this job, which will affect performance.
        See Also:
        Constant Field Values
      • ASM_W00_003_OBSOLETE

        public static final java.lang.String ASM_W00_003_OBSOLETE
        Message W00-003 is available for reassignment.
        See Also:
        Constant Field Values
      • ASM_W00_004_OBSOLETE

        public static final java.lang.String ASM_W00_004_OBSOLETE
        Message W00-004 is available for reassignment.
        See Also:
        Constant Field Values
      • ASM_W00_005_BAD_INPUT_MAP_XREF

        public static final java.lang.String ASM_W00_005_BAD_INPUT_MAP_XREF
        The indicated XPath expression could not be found or evaluated within the process context. The corresponding entry will not be included in the input map. This may be a fatal error if the input was required for DDX execution. If the omission was intentional, this warning may be ignored.
        See Also:
        Constant Field Values
      • ASM_W00_006_BAD_INPUT_MAP_OBJECT

        public static final java.lang.String ASM_W00_006_BAD_INPUT_MAP_OBJECT
        The indicated input map object was an unknown class and could not be converted to a Document. The object will not be included in the input map during processing. Verify that the contents of the input map conform to the required inputs.
        See Also:
        Constant Field Values
      • ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE

        public static final java.lang.String ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE
        The specified document failed to close properly. A cause should have been provided, and should be investigated and corrected. Processing will continue but future attempts to use the same document may fail.
        See Also:
        Constant Field Values
      • ASM_W00_008_MULTIPLE_XPATHS_IN_PROCESS_URL

        public static final java.lang.String ASM_W00_008_MULTIPLE_XPATHS_IN_PROCESS_URL
        More than one XPath was provided (either to data and/or as a function). The first function XPath provided in the Query component of the Process URI takes precedence over a data XPath in the Path component. scheme:[//Authority][Path][?Query][#Fragment] process:[//[host:port][/lc-xpath-data] [?lc-xpath-function;prop=val;...][#name]

        Note: there are no properties identified for Process URIs at this time.

        See Also:
        Constant Field Values
      • ASM_W00_009_INVALID_URL

        public static final java.lang.String ASM_W00_009_INVALID_URL
        The URL syntax was invalid and could not be evaluated. The object will not be included for processing. This may be result in a fatal error if the content referenced by the URL is required. The syntax of the URL should be fixed.
        See Also:
        Constant Field Values
      • ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY

        public static final java.lang.String ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY
        The server signature compatibility could not be determined. The default will be used.
        See Also:
        Constant Field Values
      • ASM_W00_011_INPUT_PARAM_NULL

        public static final java.lang.String ASM_W00_011_INPUT_PARAM_NULL
        Input Parameter is null.
        See Also:
        Constant Field Values
      • ASM_S01_001_SERVICE_FAILED

        public static final java.lang.String ASM_S01_001_SERVICE_FAILED
        An error occurred while calling the indicated external service. A causing exception is provided. Corrective action depends on the chained exception.
        See Also:
        Constant Field Values
      • ASM_S01_002_SERVICE_STATUS

        public static final java.lang.String ASM_S01_002_SERVICE_STATUS
        An error occurred while calling the indicated external service. A causing exception is provided. Corrective action depends on the chained exception.
        See Also:
        Constant Field Values
      • ASM_S01_003_SERVICE_NOT_INSTALLED

        public static final java.lang.String ASM_S01_003_SERVICE_NOT_INSTALLED
        An error occurred while calling the indicated external service because it does not appear to be installed. Try installing (or reinstalling) the service, and then retry the job.
        See Also:
        Constant Field Values
      • ASM_S01_005_HANDLE_CLEAN_UP_ERROR

        public static final java.lang.String ASM_S01_005_HANDLE_CLEAN_UP_ERROR
        An error during register-deregister of handle for clean up.
        See Also:
        Constant Field Values
      • ASM_W01_001_SIGNATURE_VERIFY_FAILED

        public static final java.lang.String ASM_W01_001_SIGNATURE_VERIFY_FAILED
        An error occured while calling the signature service to verify a signature. This may have occurred because the field was signed using a custom signature handler.
        See Also:
        Constant Field Values
      • ASM_W00_015_FEATURE_NOT_AVAILABLE

        public static final java.lang.String ASM_W00_015_FEATURE_NOT_AVAILABLE
        Error message when Document Manipulation APIs are invoked in RDE.
        See Also:
        Constant Field Values
      • ASM_N02_001_BOOTSTRAP

        public static final java.lang.String ASM_N02_001_BOOTSTRAP
        An information message displayed during bootstrapping.
        See Also:
        Constant Field Values
      • ASM_N02_002_PROCESSING_START

        public static final java.lang.String ASM_N02_002_PROCESSING_START
        The document processing by DocConverter has been started.
        See Also:
        Constant Field Values
      • ASM_N02_003_VALIDATION_NOT_PDFA_COMPLIANT

        public static final java.lang.String ASM_N02_003_VALIDATION_NOT_PDFA_COMPLIANT
        The PDF/a validation processing by DocConverter resulted in non-compliance.
        See Also:
        Constant Field Values
      • ASM_N02_004_VALIDATION_PDFA_COMPLIANT

        public static final java.lang.String ASM_N02_004_VALIDATION_PDFA_COMPLIANT
        The PDF/a validation processing by DocConverter resulted in compliance.
        See Also:
        Constant Field Values
      • ASM_N02_005_PARTIAL_PDFA_CONVERSION

        public static final java.lang.String ASM_N02_005_PARTIAL_PDFA_CONVERSION
        The PDF/a conversion processing by DocConverter resulted in partial conversion.
        See Also:
        Constant Field Values
      • ASM_N02_006_FULL_PDFA_CONVERSION

        public static final java.lang.String ASM_N02_006_FULL_PDFA_CONVERSION
        The PDF/a conversion processing by DocConverter resulted in full conversion.
        See Also:
        Constant Field Values
      • ASM_S02_001_DOCUMENT_ERROR

        public static final java.lang.String ASM_S02_001_DOCUMENT_ERROR
        The document could not be opened. A chained exception will provide the cause. The most common causes are a corrupt document, an I/O error, or a security-related error.
        See Also:
        Constant Field Values
      • ASM_S02_002_LOG_PASSIVATION_FAILED

        public static final java.lang.String ASM_S02_002_LOG_PASSIVATION_FAILED
        An error occurred while attempting to convert the job log to a Document to return to the client. The exception includes an error message that may indicate the root cause. This error may also occur if the document storage partition is full.
        See Also:
        Constant Field Values
      • ASM_S02_003_PDFA_VALIDATION_ERROR

        public static final java.lang.String ASM_S02_003_PDFA_VALIDATION_ERROR
        An error occurred while validating a document. This error may have occurred due to low disk space conditions or an internal error.
        See Also:
        Constant Field Values
      • ASM_S02_004_PDFA_CONVERSION_ERROR

        public static final java.lang.String ASM_S02_004_PDFA_CONVERSION_ERROR
        An error occurred while converting a document. This error may have occurred due to low disk space conditions or an internal error.
        See Also:
        Constant Field Values
      • ASM_S02_005_PDFA_TEMPORARY_OUTPUT_ERROR

        public static final java.lang.String ASM_S02_005_PDFA_TEMPORARY_OUTPUT_ERROR
        An error occurred while creating an temporary document for the output xml. This error may have occurred due to low disk space conditions or an internal error.
        See Also:
        Constant Field Values
      • ASM_W02_UNABLE_TOGET_CONTENT_TYPE

        public static final java.lang.String ASM_W02_UNABLE_TOGET_CONTENT_TYPE
        Indicates that Doc Manager's document was unable to return the document content type
        See Also:
        Constant Field Values
      • ASM_GENERIC_ERROR

        public static final java.lang.String ASM_GENERIC_ERROR
        Generic error code
        See Also:
        Constant Field Values
    • Constructor Detail

      • ASMMsgSet

        public ASMMsgSet()
    • Method Detail

      • getMessage

        public static java.lang.String getMessage​(java.lang.String code,
                                                  java.lang.Object[] args)