Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tloubrieu-jpl opened this issue Oct 23, 2024 · 4 comments
Open

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

tloubrieu-jpl opened this issue Oct 23, 2024 · 4 comments
Assignees

Comments

@tloubrieu-jpl
Copy link
Member

tloubrieu-jpl commented Oct 23, 2024

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

@tloubrieu-jpl tloubrieu-jpl added bug Something isn't working sprint-backlog s.high labels Oct 23, 2024
@tloubrieu-jpl tloubrieu-jpl self-assigned this Oct 23, 2024
@jordanpadams jordanpadams changed the title I cannot change the archive status of a lidvid in the registry Unable to update archive status of a lidvid in the registry Oct 23, 2024
@github-project-automation github-project-automation bot moved this to Release Backlog in B15.1 Oct 23, 2024
@tloubrieu-jpl
Copy link
Member Author

This is a one case that we are trying to reproduce an Engineering Node, it is critical for ATM node but this issue has not been encountered by other nodes so far.

@al-niessner
Copy link
Contributor

@tloubrieu-jpl

I need the contents of file:///home/itrejo/.auth/atm_mcp_prod.xml.

@al-niessner
Copy link
Contributor

@tloubrieu-jpl

What is the simplest way to search an AOSS index? Use registry-api? Some other tool?

@alexdunnjpl
Copy link

@al-niessner imho, logging into MCP Kion, opening the AWS web console, navigating to Amazon OpenSearch Service -> collections -> $collection -> OpenSearch Dashboards -> Interact with the OpenSearch API

That gets you a console with the ability to run raw requests like

GET /en-registry/_search?_source_includes=&size=0&track_total_hits=true
{
  "query": {
    "match_all": {}
  }
}

## urn:nasa:pds:cassini_iss_saturn:data_raw:1454725799n::1.0
GET /rms-registry/_doc/urn%3Anasa%3Apds%3Acassini_iss_saturn%3Adata_raw%3A1454725799n%3A%3A1.0
{
  "query": {
    "match_all": {}
  }
}


PUT /edunn-geo-registry
{
  "settings": {
    "number_of_shards": 2,
    "number_of_replicas": 0
  },
  "mappings": {
    "properties": {
      
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Sprint Backlog
Status: ToDo
Development

No branches or pull requests

5 participants