Missing blobId warning found in Cold standby instance | Community
Skip to main content
New Participant
November 5, 2018
Solved

Missing blobId warning found in Cold standby instance

  • November 5, 2018
  • 1 reply
  • 979 views

Recently i am setting up a cold standby instance for client. I followed the procedures according to AEM documentation (How to Run AEM with TarMK Cold Standby ) that i copied the primary instance as cold standby instance (using standby mode to start up). However, the error.log shows the warning message as

org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore Error occurred while loading bytes from steam while fetching for id b446b5c6382e23f3afcb3b330ac9cd865fffbcc2aa28c5ce80cca705adf9e4be#1799

java.io.IOException: org.apache.jackrabbit.core.data.DataStoreException: Record b446b5c6382e23f3afcb3b330ac9cd865fffbcc2aa28c5ce80cca705adf9e4be does not exist

Any idea what's wrong during the setup? Many thanks for your help in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

It is recommended to run the consistency and traversal checks, at least you will see if there are any issues by running these tasks.

Here you go:- How to run a datastore consistency check via oak-run

Or Missing S3 datastore blobs

-Kautuk

1 reply

kautuk_sahni
kautuk_sahniAccepted solution
Employee
November 5, 2018

It is recommended to run the consistency and traversal checks, at least you will see if there are any issues by running these tasks.

Here you go:- How to run a datastore consistency check via oak-run

Or Missing S3 datastore blobs

-Kautuk

Kautuk Sahni