|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.logging.MsgSet com.adobe.livecycle.assembler.client.ASMMsgSet
public class ASMMsgSet
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 |
---|
public static final java.lang.String PREFIX
public static final com.adobe.logging.Msg1 ASM_N00_000_ASSEMBLER_VERSION
public static final com.adobe.logging.Msg3 ASM_N00_001_NORMAL
public static final com.adobe.logging.Msg0 ASM_S00_001_MISSING_DDX
invoke()
method was null
. It is required.
public static final com.adobe.logging.Msg0 ASM_S00_002_DDX_EXECUTION_ERROR
public static final com.adobe.logging.Msg0 ASM_S00_003_LOG_PASSIVATION_FAILED
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.
public static final com.adobe.logging.Msg0 ASM_S00_004_FONT_MANAGER_ERROR
public static final com.adobe.logging.Msg2 ASM_S00_005_NO_CONTENT
public static final com.adobe.logging.Msg1 ASM_S00_006_PASSIVATE_FAILED
public static final com.adobe.logging.Msg2 ASM_S00_007_UNKNOWN_OR_NO_RESULT
public static final com.adobe.logging.Msg1 ASM_S00_008_INVALID_PDF_DOCUMENT
public static final com.adobe.logging.Msg1 ASM_S00_009_INVALID_XDP_DOCUMENT
public static final com.adobe.logging.Msg1 ASM_S00_010_DOCUMENT_FAILED_TO_OPEN
public static final com.adobe.logging.Msg1 ASM_S00_011_CLONE_FAILED_FOR_DOM
public static final com.adobe.logging.Msg1 ASM_S00_012_CLOSE_FAILED
public static final com.adobe.logging.Msg1 ASM_S00_013_MISSING_SYSTEM_CONTEXT
public static final com.adobe.logging.Msg0 ASM_S00_014_MISSING_PDF_INPUT_DOCUMENT
public static final com.adobe.logging.Msg0 ASM_S00_015_TOO_MANY_OUPUT_DOCUMENTS
public static final com.adobe.logging.Msg1 ASM_S00_016_CONTENT_CONVERSION_ERROR
public static final com.adobe.logging.Msg2 ASM_W00_001_INVALID_LOG_LEVEL
public static final com.adobe.logging.Msg1 ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
public static final com.adobe.logging.Msg0 ASM_W00_003_OBSOLETE
public static final com.adobe.logging.Msg0 ASM_W00_004_OBSOLETE
public static final com.adobe.logging.Msg1 ASM_W00_005_BAD_INPUT_MAP_XREF
public static final com.adobe.logging.Msg2 ASM_W00_006_BAD_INPUT_MAP_OBJECT
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.
public static final com.adobe.logging.Msg1 ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE
public static final com.adobe.logging.Msg2 ASM_W00_008_MULTIPLE_XPATHS_IN_PROCESS_URL
Note: there are no properties identified for Process URIs at this time.
public static final com.adobe.logging.Msg1 ASM_W00_009_INVALID_URL
public static final com.adobe.logging.Msg0 ASM_W00_010_UNKNOWN_SIGNATURE_COMPATIBILITY
public static final com.adobe.logging.Msg2 ASM_S01_001_SERVICE_FAILED
public static final com.adobe.logging.Msg2 ASM_S01_002_SERVICE_STATUS
public static final com.adobe.logging.Msg1 ASM_S01_003_SERVICE_NOT_INSTALLED
public static final com.adobe.logging.Msg2 ASM_W01_001_SIGNATURE_VERIFY_FAILED
public static final com.adobe.logging.Msg0 ASM_S00_017_JPEG_DECODE_FAILURE
Constructor Detail |
---|
public ASMMsgSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |