Hello All,
I am trying to develop a Non-Interactive provider using the ETA library - Java SDK.
A NIP service(NIP_TEST) has also been created and I am able to login as a provider to provide content.
I have executed the sample programs provided in the Java SDK successfully and can see the Refresh/Update messages written to TREP being logged.
However, on running the consumer application to consume content which was published from the NIP service, I am getting an error with the following status message
State: Closed/Suspect/None - text: "F10: Not In Cache" dataSize="0"
I understand that this means that the item I am trying to consume is not available in the ADH cache.
Could you please help understand why this might be the case?
I have verified that the item published and being consumed are for the same name and service ID.
Is there be any other configuration to allow caching of data in ADH or any way to determine if data published from a NIP application is written to TREP successfully.