NASA-PDS / registry-mgr

Standalone Registry Manager application responsible for managing the PDS Registry (https://github.com/NASA-PDS/registry) schemas and indexes.
https://nasa-pds.github.io/registry
Other
0 stars 2 forks source link

Unable to update archive status of a lidvid in the registry #107

Open tloubrieu-jpl opened 1 week ago

tloubrieu-jpl commented 1 week ago

Checked for duplicates

No - I haven't checked

šŸ› Describe the bug

When I did update the status of lidvid urn:nasa:pds:ladee_uvs::3.0 for displine node ATM on the production registry I am getting an error:

[itrejo@atmos2023 registry-manager-5.0.2]$ ./bin/registry-manager set-archive-status -auth /home/itrejo/.auth/registry-auth.txt -es file:///home/itrejo/.auth/atm_mcp_prod.xml -lidvid  urn:nasa:pds:ladee_uvs::3.0 -status archived
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See [http://www.slf4j.org/codes.html#StaticLoggerBinder](https://urldefense.us/v3/__http:/www.slf4j.org/codes.html*StaticLoggerBinder__;Iw!!PvBDto6Hs4WbVuu7!ICsYujAzASbHF0Sxyh8YQ1F14TdMatEyi_kLJX5wSItWHE4o1NV2s_xKsZB6lIT5_x9WLMzkeH6dip8qfOJuZ41_Yjw$) for further details.
[INFO] Setting product status. LIDVID =  urn:nasa:pds:ladee_uvs::3.0, status = archived
[ERROR] [ urn:nasa:pds:ladee_uvs::3.0]: document missing

@tloubrieu-jpl checked that the document exists in the atm-registry index.

šŸ•µļø Expected behavior

I expected to be able to change the status.

šŸ“œ To Reproduce

Use authentication from atm node group and run registry-mgr as show above.

šŸ–„ Environment Info

No response

šŸ“š Version of Software Used

registry-mgr 5.0.2

šŸ©ŗ Test Data / Additional context

No response

šŸ¦„ Related requirements

šŸ¦„ #xyz

āš™ļø Engineering Details

No response

šŸŽ‰ Integration & Test

No response