Checking the log file

To view the log file, open log.txt with your preferred text editor.

The following lines indicate that the document has been successfully loaded and parsed.
2003-12-17 14:14:55.902 call 0:0.0.0.0 PID[0:14] (1050751)
	INFO:  CCXML. Initializing
2003-12-17 14:14:56.493 call 0:0.0.0.0 PID[0:13] (1050751)
	INFO:  CCXML. Document loaded.  Ready
An example of a parse error is shown in the following lines which indicate that the document could not be loaded because a closing transition statement was expected but was not found.
2003-12-16 16:19:39.044 call 0:0.0.0.0 PID[0:14] (1050751)
	INFO:  CCXML. Initializing
2003-12-16 16:19:39.445 call 0:0.0.0.0 PID[0:13] (1050751)
	INFO:  CCXML. Document parse error The element type "transition"
	must be terminated by the matching end-tag "</transition>".
	at line 88:7  http://www.example.com/example.ccxml
2003-12-16 16:19:39.455 call 0:0.0.0.0 PID[0:13] (1050751)
	INFO:  CCXML. Unable to load first document
	- http://www.example.com/example.ccxml
2003-12-16 16:19:41.378 call 0:0.0.0.0 PID[0:13] (1050751)
	INFO:  CCXML. Terminated