Cannot Parse File Error

Reported for version 8

Problem

DQC will not start, the log file contains the following:

21.12.2015 22:37:37 [FATAL] [WorkflowServerComponent][FileStateStorageProvider] cannot parse file: 
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.

Solution

This could explain a problem with consistency of workflow resources (caused by an unexpected termination of the workflow process). In this case, delete the content of workflow resource folders. You can delete the content of these folders but the empty resource folders themselves must remain. Then start the DQC again. The location of these folders is specified in your ServerConfig.xml file:

 <!--   Workflow server component -->
 <component class="com.ataccama.adt.web.WorkflowServerComponent">
     	<resourcesFolder> </resourcesFolder>
 </component>