Friday, May 31, 2013

No scheme for cache: "binaryContentTypeCache.ucm" when using coherence for content presenter in webcenter spaces 11.1.1.6.x



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>