Package com.adobe.livecycle.assembler.client
Classpublic class ASMMsgSet
InheritanceASMMsgSet Inheritance MsgSet

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



Public Methods
 MethodDefined by
  
ASMMsgSet
Public Constants
 ConstantDefined by
  ASM_N00_000_ASSEMBLER_VERSION
[static] An information message displaying the Assembler version number.
ASMMsgSet
  ASM_N00_001_BOOTSTRAP
[static] An information message displayed during bootstrapping.
ASMMsgSet
  ASM_S00_001_MISSING_DDX
[static] The DDX object passed to the invoke() method was null.
ASMMsgSet
  ASM_S00_002_DDX_EXECUTION_ERROR
[static] DDX Execution error.
ASMMsgSet
  ASM_S00_003_LOG_PASSIVATION_FAILED
[static] An error occurred while attempting to convert the job log to a com.adobe.idp.Document to return to the client.
ASMMsgSet
  ASM_S00_004_FONT_MANAGER_ERROR
[static] The FontManager could not be contacted.
ASMMsgSet
  ASM_S00_005_NO_CONTENT
[static] An error occurred while trying to read the content for a result.
ASMMsgSet
  ASM_S00_006_PASSIVATE_FAILED
[static] An error occurred while trying to passivate the content for a result.
ASMMsgSet
  ASM_S00_007_UNKNOWN_OR_NO_RESULT
[static] There was no result document for a result node in the DDX or its type is unknown.
ASMMsgSet
  ASM_S00_008_INVALID_PDF_DOCUMENT
[static] The document provided as a PDF source was invalid.
ASMMsgSet
  ASM_S00_009_INVALID_XDP_DOCUMENT
[static] The document provided as an XDP source was invalid.
ASMMsgSet
  ASM_S00_010_DOCUMENT_FAILED_TO_OPEN
[static] The document could not be opened.
ASMMsgSet
  ASM_S00_011_CLONE_FAILED_FOR_DOM
[static] The shared DOM could not be cloned.
ASMMsgSet
  ASM_S00_012_CLOSE_FAILED
[static] An error occured while saving the specified document.
ASMMsgSet
  ASM_W00_001_INVALID_LOG_LEVEL
[static] An invalid or unknown log level was specified.
ASMMsgSet
  ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
[static] The logging subsystem will generate low-level debugging messages for this job, which will affect performance.
ASMMsgSet
  ASM_W00_003_MISSING_INPUTS_MAP
[static] The input map is null.
ASMMsgSet
  ASM_W00_004_EMPTY_INPUTS_MAP
[static] The input map is empty.
ASMMsgSet
  ASM_W00_005_BAD_INPUT_MAP_XPATH
[static] The indicated XPath expression could not be found or evaluated within the process context.
ASMMsgSet
  ASM_W00_006_BAD_INPUT_MAP_OBJECT
[static] The indicated input map object was an unknown class and could not be converted to a com.adobe.idp.Document.
ASMMsgSet
  ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE
[static] The specified document failed to close properly.
ASMMsgSet
  PREFIX
[static] A prefix used for all messages.
ASMMsgSet
Constructor Detail
ASMMsgSet()
public ASMMsgSet()
Constant Detail
ASM_N00_000_ASSEMBLER_VERSIONConstant
public static final ASM_N00_000_ASSEMBLER_VERSION

An information message displaying the Assembler version number.

ASM_N00_001_BOOTSTRAPConstant 
public static final ASM_N00_001_BOOTSTRAP

An information message displayed during bootstrapping.

ASM_S00_001_MISSING_DDXConstant 
public static final ASM_S00_001_MISSING_DDX

The DDX object passed to the invoke() method was null. It is required.

ASM_S00_002_DDX_EXECUTION_ERRORConstant 
public static final 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_FAILEDConstant 
public static final ASM_S00_003_LOG_PASSIVATION_FAILED

An error occurred while attempting to convert the job log to a com.adobe.idp.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_ERRORConstant 
public static final 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_CONTENTConstant 
public static final 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_FAILEDConstant 
public static final 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_RESULTConstant 
public static final 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_DOCUMENTConstant 
public static final 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_DOCUMENTConstant 
public static final 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_OPENConstant 
public static final 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_DOMConstant 
public static final 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_FAILEDConstant 
public static final ASM_S00_012_CLOSE_FAILED

An error occured 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_W00_001_INVALID_LOG_LEVELConstant 
public static final ASM_W00_001_INVALID_LOG_LEVEL

An invalid or unknown log level was specified. A default was used instead.

ASM_W00_002_LOGGING_IMPACTS_PERFORMANCEConstant 
public static final 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_MISSING_INPUTS_MAPConstant 
public static final ASM_W00_003_MISSING_INPUTS_MAP

The input map is null. No inputs are available for processing. This is not a problem for a validate-only job, or a DDX document that contains a single <About/> block. However, any other operations will fail due to the missing inputs. Verify that the Map of input documents is not null and contains one or more documents.

ASM_W00_004_EMPTY_INPUTS_MAPConstant 
public static final ASM_W00_004_EMPTY_INPUTS_MAP

The input map is empty. No inputs are available for processing. This is not a problem for a validate-only job, or a DDX that contains a single <About/> block. However, any other operations will fail due to the missing inputs. Verify that the Map of input documents actually contains one or more documents.

ASM_W00_005_BAD_INPUT_MAP_XPATHConstant 
public static final ASM_W00_005_BAD_INPUT_MAP_XPATH

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_OBJECTConstant 
public static final ASM_W00_006_BAD_INPUT_MAP_OBJECT

The indicated input map object was an unknown class and could not be converted to a com.adobe.idp.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_CLOSEConstant 
public static final 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.

PREFIXConstant 
public static final PREFIX

A prefix used for all messages.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/assembler/client/ASMMsgSet.html