KB Article #193460
the size of the inactive log entries files is not a multiple of the disk block size
Problem
What does this warning mean in Integrator trace?
WARNING:20260403:18.40.34.54:logger:the size of the inactive log entries files is not a multiple of the disk block size
Resolution
It typically means there’s a mismatch between how the file was written and the filesystem’s expected block alignment.
If a file size is not an exact multiple of the block size, it suggests:
- The file may be partially written
- The file may be corrupted or truncated
Please also note that it's just a warning that this inactive file is no aligned but it won't stop Integrator or B2Bi service to be running.
You can let this inactive entry to be removed once archiving get executed.