Could not get file content for lucene indexing
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:
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 Server by using a direct link. The link will be of the form:
http://{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 using the Delete tab
-
Frequently Asked Questions
- Why can't my users see certain Asset Factories?
- Will setting the 'Max Asset Versions' preference retroactively remove versions from old assets?
- Can 3rd Party data be used in Cascade Server?
- Can Cascade Server automatically archive content?
- Can Cascade Server export XML for other applications?
- View all (14 more)
-
LDAP
-
Installation and Upgrades
-
Technical Primer
-
System Configuration
-
Rich Text Editor (WYSIWYG)
-
Memory Configuration/JVM Startup Parameters
-
Security Updates
-
Warnings
-
Database