Overview
In some cases, Knova Services returns a KetlLoader.exe Error. This issue is caused by corrupted reporting of cache files. Deleting the queryClassCacheDB
folder from KNOVA_HOME
resolves this issue. The folder will then automatically rebuild the cache after you run the KetlLoader.exe command.
The same error, DocInfoCache Error occurs in other releases, versions 8.1.1 to 8.1.2.3. The document cache must be purged when you start getting duplicate search results.
This article provides steps on how you can rebuild the QCcache and OrientDB Cache. Rebuilding these fixes the KetlLoader.exe Error or the DocInfoCache Error.
Process
To rebuild QCcache and OrientDB Cache, follow the steps below.
- Stop Knova Services.
- Delete the
queryClassCacheDB
folder from this path:
KNOVA_HOME\Data\Reporting\QC_temp\queryClassCacheDB
- Delete the
DocInfoCache
folder from the following locations:
- Admin server -
KNOVA_HOME\Data\AppData
- Admin and Web application server -
KNOVA_HOME\Data\kdocCache
- Admin server -
- Restart Knova Services.
- Run the Kettle Loader using the command:
ketlloader
-purge
-start=<YYYY-MM-DD> -end=<YYYY-MM-DD>
Confirmation
Ensure that the cache folders are successfully deleted from the admin server and web application server. Once the cache folders are recreated, Knova Services will stop sending the error messages and duplicate search results.