Unable to see the projects in UI post Tomcat restart #4562
Unanswered
prabhu1084
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I performed the first and re-indexing and I could see the projects in the UI.
The below curl command shows the indexed projects list.
curl -s --noproxy localhost -X GET http://localhost:8080/IPS_Index1/api/v1/projects/indexed/
["free", "docker-images"]
I have restarted the tomcat. The indexed data has disappeared (In the UI as well).
curl -s --noproxy localhost -X GET http://localhost:8080/IPS_Index1/api/v1/projects/indexed/
[]
Please help modify any configuration to avoid losing the indexed data post Tomcat restart.
Beta Was this translation helpful? Give feedback.
All reactions