This is because of missing cache mapping in the document
Solution:
Add this entry in the content-coherence-cache-config.xml and place it in the appropriate directory
<cache-mapping>
<cache-name>binaryContentTypeCache.*</cache-name>
<scheme-name>ContentBinaryCaches</scheme-name>
</cache-mapping>