If you know how the DataStore [1] component is configured in your
environment, you can probably verify if the binary record exists or
not.
File DataStore manages each record in a file named by the record ID
and Database DataStore does something similar, for example.
As you seem to use Jackrabbit indirectly through some other modules,
you might want to dig in each layer.

Regards,

Woonsan

[1] https://jackrabbit.apache.org/archive/wiki/JCR/DataStore_115513387.html

On Thu, Feb 8, 2024 at 11:50 AM Rogenry Avila <rogenry.av...@gmail.com> wrote:
>
> Hello,
>
> When we try to access the content of some files in the repository we are
> getting the following exception:
>
> Caused by: org.springframework.extensions.jcr.JcrSystemException:
> Repository access exception; nested exception is
> org.apache.jackrabbit.core.data.DataStoreException: Record
> af98f500a17fb282d40a20ed1ec48c47072abf9c does not exist
>
> Could it be that the content of those files is not in the DataStore?
>
> Is there any way to verify it?
>
> Why might it have happened?
>
> How can you prevent it from happening again?
>
> Thank you.
>
> Regards,
>
> Rogenry

Reply via email to