Users may see an error similar to the following when viewing the cascade.log file:
ERROR [SearchWorkerImpl] : Could not get file content for lucene indexing:
com.hannonhill.cascade.model.render.file.FileRenderException:
Could not fetch contents of file (id='97e7a2f60a000182011a542b7e51160d'): null
This message indicates that the file with this particular id is corrupt. To clear the log file of this error, follow these steps:
Execute the following SQL query (replace idFromErrorMessage
with the id seen in the log file):
SELECT name, cachePath FROM cxml_foldercontent WHERE id = 'idFromErrorMessage';(replace idFromErrorMessage with the id seen in the log file)
Using the result from the query above, browse to the asset inside of Cascade CMS by using a direct link. The link will be of the form:
https://{hostname}:8080/entity/open.act?id={id}&type=page
Where {id}
is the id from the error message and {hostname}
is the name of the application server.
Delete the asset by clicking More > Delete.