...
Token | Description | Message bundle key (start with "MessageFormatter.") | |
---|---|---|---|
%ERROR_HEADING% | e.g. "The Pentaho BI Platform reported an error while running an action sequence" | RESPONSE_ERROR_HEADING | |
%EXCEPTION_MSG_LABEL% | e.g. "Error Message:" | RESPONSE_EXCEPTION_MSG_LABEL | |
%EXCEPTION_MSG% | prints the topmost exception message text | N/A | |
%EXCEPTION_TIME_LABEL% | e.g. "Error Time:" | RESPONSE_EXCEPTION_TIME_LABEL | |
%EXCEPTION_TIME% | the time the root cause exception occurred. Uses LocalHelper to format the date. | N/A | |
%EXCEPTION_TYPE_LABEL% | e.g. "Error Type:" | RESPONSE_EXCEPTION_TYPE_LABEL | |
%EXCEPTION_TYPE% |
| the actual type of the topmost Java exception | N/A |
%SESSION_ID_LABEL% | e.g. "Session ID:" | RESPONSE_EXCEPTION_SESSION_ID_LABEL | |
%SESSION_ID% |
| the name given to the session that accompanied the A.S. execution | N/A |
%INSTANCE_ID_LABEL% | e.g. "Instance ID:" | RESPONSE_EXCEPTION_INSTANCE_ID_LABEL | |
%INSTANCE_ID% |
| the unique identifier for the runtime session that executed the A.S. | N/A |
%ACTION_SEQUENCE_LABEL% | e.g. "Action Sequence" | RESPONSE_EXCEPTION_ACTION_SEQUENCE_LABEL | |
%ACTION_SEQUENCE% |
| the name of the xaction file that failed | N/A |
%ACTION_SEQUENCE_EXECUTION_STACK_LABEL% | e.g. "Execution Stack:" | RESPONSE_EXCEPTION_ACTION_SEQUENCE_EXECUTION_STACK_LABEL | |
%ACTION_SEQUENCE_EXECUTION_STACK% | a pointer into the place in the xaction file's DOM where the error occurred | N/A | |
%ACTION_CLASS_LABEL% | e.g. "Action Class:" | RESPONSE_EXCEPTION_ACTION_CLASS_LABEL | |
%ACTION_CLASS% | the name of the component or action that failed (as described in the xaction file) | N/A | |
%ACTION_DESC_LABEL% | e.g. "Action Desc:" | RESPONSE_EXCEPTION_ACTION_DESC_LABEL | |
%ACTION_DESC% |
| if the xaction provides an "action-type" element, that descriptive text goes here | N/A |
%STEP_NUM_LABEL% | TBD | RESPONSE_EXCEPTION_STEP_NUM_LABEL | |
%STEP_NUM% | TBD |
| |
%STACK_TRACE_LABEL% | e.g. "Stack Trace:" | RESPONSE_EXCEPTION_STACK_TRACE_LABEL | |
%STACK_TRACE% |
| the full Java stack trace text (can be several dozen lines long) | N/A |
%EXCEPTION_MESSAGES_LABEL% | e.g. "Possible Causes:" | RESPONSE_EXCEPTION_MESSAGES_LABEL | |
%EXCEPTION_MESSAGES% |
| an inverted (root cause first) summary of the exceptions that occurred for quicker identification of the root problem | N/A |
%SERVER_INFO% | the version of the BI Platform and other identifying information | USER_SERVER_VERSION |
Example html error template file
...