com.adobe.livecycle.assembler.client
Class ASMMsgSet

java.lang.Object
  extended by com.adobe.logging.MsgSet
      extended by com.adobe.livecycle.assembler.client.ASMMsgSet

public class ASMMsgSet
extends com.adobe.logging.MsgSet

This class contains error messages logged by the Assembler Service using the "ASM-" category.


Field Summary
static com.adobe.logging.Msg1 ASM_N00_000_ASSEMBLER_VERSION
          An information message displaying the Assembler version number.
static com.adobe.logging.Msg3 ASM_N00_001_NORMAL
          An information message displayed during normal operations.
static com.adobe.logging.Msg0 ASM_S00_001_MISSING_DDX
          The DDX object passed to the invoke() method was null.
static com.adobe.logging.Msg0 ASM_S00_002_DDX_EXECUTION_ERROR
          DDX Execution error.
static com.adobe.logging.Msg0 ASM_S00_003_LOG_PASSIVATION_FAILED
          An error occurred while attempting to convert the job log to a Document to return to the client.
static com.adobe.logging.Msg0 ASM_S00_004_FONT_MANAGER_ERROR
          The FontManager could not be contacted.
static com.adobe.logging.Msg2 ASM_S00_005_NO_CONTENT
          An error occurred while trying to read the content for a result.
static com.adobe.logging.Msg1 ASM_S00_006_PASSIVATE_FAILED
          An error occurred while trying to passivate the content for a result.
static com.adobe.logging.Msg2 ASM_S00_007_UNKNOWN_OR_NO_RESULT
          There was no result document for a result node in the DDX or its type is unknown.
static com.adobe.logging.Msg1 ASM_S00_008_INVALID_PDF_DOCUMENT
          The document provided as a PDF source was invalid.
static com.adobe.logging.Msg1 ASM_S00_009_INVALID_XDP_DOCUMENT
          The document provided as an XDP source was invalid.
static com.adobe.logging.Msg1 ASM_S00_010_DOCUMENT_FAILED_TO_OPEN
          The document could not be opened.
static com.adobe.logging.Msg1 ASM_S00_011_CLONE_FAILED_FOR_DOM
          The shared DOM could not be cloned.
static com.adobe.logging.Msg1 ASM_S00_012_CLOSE_FAILED
          An error occurred while saving the specified document.
static com.adobe.logging.Msg1 ASM_S00_013_MISSING_SYSTEM_CONTEXT
          The system context from UserManager was missing or unavailable.
static com.adobe.logging.Msg0 ASM_S00_014_MISSING_PDF_INPUT_DOCUMENT
          An error occurred executing AssemblerServiceClient.invokeOneDocument().
static com.adobe.logging.Msg0 ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS
          An error occurred executing AssemblerServiceClient.invokeOneDocument().
static com.adobe.logging.Msg1 ASM_S00_016_CONTENT_CONVERSION_ERROR
          An error occurred while trying to convert a document for transfer into or out of this service.
static com.adobe.logging.Msg0 ASM_S00_017_JPEG_DECODE_FAILURE
          An error occurred while invoking the Assembler Jpeg 2000 Decoder BMC.
static com.adobe.logging.Msg2 ASM_S01_001_SERVICE_FAILED
          An error occurred while calling the indicated external service.
static com.adobe.logging.Msg2 ASM_S01_002_SERVICE_STATUS
          An error occurred while calling the indicated external service.
static com.adobe.logging.Msg1 ASM_S01_003_SERVICE_NOT_INSTALLED
          An error occurred while calling the indicated external service because it does not appear to be installed.
static com.adobe.logging.Msg2 ASM_W00_001_INVALID_LOG_LEVEL
          An invalid or unknown log level was specified.
static com.adobe.logging.Msg1 ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
          The logging subsystem will generate low-level debugging messages for this job, which will affect performance.
static com.adobe.logging.Msg0 ASM_W00_003_OBSOLETE
          Message W00-003 is available for reassignment.
static com.adobe.logging.Msg0 ASM_W00_004_OBSOLETE
          Message W00-004 is available for reassignment.
static com.adobe.logging.Msg1 ASM_W00_005_BAD_INPUT_MAP_XREF
          The indicated XPath expression could not be found or evaluated within the process context.
static com.adobe.logging.Msg2 ASM_W00_006_BAD_INPUT_MAP_OBJECT
          The indicated input map object was an unknown class and could not be converted to a Document.
static com.adobe.logging.Msg1 ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE
          The specified document failed to close properly.
static com.adobe.logging.Msg2 ASM_W00_008_MULTIPLE_XPATHS_IN_PROCESS_URL
          More than one XPath was provided (either to data and/or as a function).
static com.adobe.logging.Msg1 ASM_W00_009_INVALID_URL
          The URL syntax was invalid and could not be evaluated.
static com.adobe.logging.Msg0 ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY
          The server signature compatibility could not be determined.
static com.adobe.logging.Msg2 ASM_W01_001_SIGNATURE_VERIFY_FAILED
          An error occured while calling the signature service to verify a signature.
static java.lang.String PREFIX
          A prefix used for all messages.
 
Fields inherited from class com.adobe.logging.MsgSet
CONFIG, INFO, SEVERE, WARNING
 
Constructor Summary
ASMMsgSet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 com.adobe.logging.Msg1 ASM_N00_000_ASSEMBLER_VERSION
An information message displaying the Assembler version number.


ASM_N00_001_NORMAL

public static final com.adobe.logging.Msg3 ASM_N00_001_NORMAL
An information message displayed during normal operations.


ASM_S00_001_MISSING_DDX

public static final com.adobe.logging.Msg0 ASM_S00_001_MISSING_DDX
The DDX object passed to the invoke() method was null. It is required.


ASM_S00_002_DDX_EXECUTION_ERROR

public static final com.adobe.logging.Msg0 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.


ASM_S00_003_LOG_PASSIVATION_FAILED

public static final com.adobe.logging.Msg0 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.


ASM_S00_004_FONT_MANAGER_ERROR

public static final com.adobe.logging.Msg0 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.


ASM_S00_005_NO_CONTENT

public static final com.adobe.logging.Msg2 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.


ASM_S00_006_PASSIVATE_FAILED

public static final com.adobe.logging.Msg1 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.


ASM_S00_007_UNKNOWN_OR_NO_RESULT

public static final com.adobe.logging.Msg2 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.


ASM_S00_008_INVALID_PDF_DOCUMENT

public static final com.adobe.logging.Msg1 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.


ASM_S00_009_INVALID_XDP_DOCUMENT

public static final com.adobe.logging.Msg1 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.


ASM_S00_010_DOCUMENT_FAILED_TO_OPEN

public static final com.adobe.logging.Msg1 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.


ASM_S00_011_CLONE_FAILED_FOR_DOM

public static final com.adobe.logging.Msg1 ASM_S00_011_CLONE_FAILED_FOR_DOM
The shared DOM could not be cloned. A chained exception will provide the cause.


ASM_S00_012_CLOSE_FAILED

public static final com.adobe.logging.Msg1 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.


ASM_S00_013_MISSING_SYSTEM_CONTEXT

public static final com.adobe.logging.Msg1 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.


ASM_S00_014_MISSING_PDF_INPUT_DOCUMENT

public static final com.adobe.logging.Msg0 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.


ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS

public static final com.adobe.logging.Msg0 ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS
An error occurred executing AssemblerServiceClient.invokeOneDocument(). The given DDX resulted in more than one result Document.


ASM_S00_016_CONTENT_CONVERSION_ERROR

public static final com.adobe.logging.Msg1 ASM_S00_016_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.


ASM_W00_001_INVALID_LOG_LEVEL

public static final com.adobe.logging.Msg2 ASM_W00_001_INVALID_LOG_LEVEL
An invalid or unknown log level was specified. A default was used instead.


ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE

public static final com.adobe.logging.Msg1 ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
The logging subsystem will generate low-level debugging messages for this job, which will affect performance.


ASM_W00_003_OBSOLETE

public static final com.adobe.logging.Msg0 ASM_W00_003_OBSOLETE
Message W00-003 is available for reassignment.


ASM_W00_004_OBSOLETE

public static final com.adobe.logging.Msg0 ASM_W00_004_OBSOLETE
Message W00-004 is available for reassignment.


ASM_W00_005_BAD_INPUT_MAP_XREF

public static final com.adobe.logging.Msg1 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.


ASM_W00_006_BAD_INPUT_MAP_OBJECT

public static final com.adobe.logging.Msg2 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.


ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE

public static final com.adobe.logging.Msg1 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.


ASM_W00_008_MULTIPLE_XPATHS_IN_PROCESS_URL

public static final com.adobe.logging.Msg2 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.


ASM_W00_009_INVALID_URL

public static final com.adobe.logging.Msg1 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.


ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY

public static final com.adobe.logging.Msg0 ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY
The server signature compatibility could not be determined. The default will be used.


ASM_S01_001_SERVICE_FAILED

public static final com.adobe.logging.Msg2 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.


ASM_S01_002_SERVICE_STATUS

public static final com.adobe.logging.Msg2 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.


ASM_S01_003_SERVICE_NOT_INSTALLED

public static final com.adobe.logging.Msg1 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.


ASM_W01_001_SIGNATURE_VERIFY_FAILED

public static final com.adobe.logging.Msg2 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.


ASM_S00_017_JPEG_DECODE_FAILURE

public static final com.adobe.logging.Msg0 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.

Constructor Detail

ASMMsgSet

public ASMMsgSet()