For reference information about error messages generated by the Toolkit, see Messages generated by the Toolkit.
For reference information about other messages generated during Toolkit processing, see Messages generated from other sources
Messages in a DITA Toolkit log that begin with DOT are produced by the Toolkit software. Messages produced by other tools (for example, Java JDK or XML parser) are also generated. The Toolkit messages are of three types:
Messages are accompanied by one or more lines of text, with the message as the last line. Each message has a message number, a type (or severity), message text, and a suggested user action to correct the problem. Here is an example of a message:
BUILD FAILED C:\sandbox\ant\messages_xhtml.xml:18: The following error occurred while executing this line: C:\sandbox\conductor.xml:101: The following error occurred while executing this line: C:\sandbox\conductor.xml:113: [DOTA002F][FATAL] Invalid input. Provide valid args.input and dita.input
In this case the message (number DOTA002F) indicates a fatal error (type FATAL) found in the Ant build scripts. The message text is "Invalid input" and the recommended action is "Provide valid ...". The traceback shows the error occurred in line 101 of conductor.xml, which was invoked by line 18 of messages_xhtml.xml.
Here is another sample message DOTX040I of type INFO from an XSLT transform:
[xslt] file:/C:/sandbox/xsl/common/output-message.xsl:57:16: Warning! [xslt] (File = C:\sandbox\doc\ditaug\concepts\access.dita, Element = draft-comment:1) [xslt] [DOTX040I][INFO]: Draft comment area found. If the output is only used as a draft, you do not need to do anything. If you are producing production-level output, you should not use the /DRAFT option.
Each Toolkit error message includes a message type which indicates the severity of the error.
| Level of severity | Description |
|---|---|
| INFO | Information about processing, processing continues. |
| WARN | A possible problem was noted, processing continues. |
| ERROR | A problem was found, processing continues. |
| FATAL | A problem was found, processing stops. |