Sidst opdateret den
6. maj 2021
|
Gælder også for Communiqué
Issue
The instance error.log contains an error message similar to the following:
10.07.2007 10:50:23 *ERROR* misc: Error while writing audit log: java.io.IOException: out of file system capacity reading/writing beyond position 4332800
Solution
Increase the "blocksize" configuration parameter.
- Edit the configuration file: /config/repository/observation.xml (if you are using contentbus, it's /config/contentbus/observation.xml).
- Double the value of the blocksize attribute (for example, if it's currently 128, set it to 256: <history blocksize="256" path="history/cmgr.hist">).
- Save the changes.
- Stop the instance.
- Delete the cmgr.hist.db file from cq_home/data/author/history.
- Restart the instance.
Additional information
This error occurs when the audit log file (per default cmgr.hist.db) file has reached its capacity.