Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

cdsw page not founds

avatar
New Contributor

When accessing the project page in cdsw, we can' t find that page will display an error page. The project has been deleted, but is now displayed in the project list. Any idea how to erase this?

3 REPLIES 3

avatar
Community Manager

@Seunggoo, Welcome to our community! To help you get the best possible answer, I have tagged in our CDSW experts @Gopinath  @ZsoltH  @ywu  who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Expert Contributor

Hi,

Please see if you could access:

http(s)://<CDSW_DOAMIN>/<USER>/<PROJECT>/settings/delete

If it does then use the delete button here to delete it.

If you cannot access the page then we can only remove it from the backend psql db:

# kubectl exec -it $(kubectl get pods -l role=db -o jsonpath='{.items[*].metadata.name}') -- psql -P pager=off -U sense

Find the project table and remove the related entry.
Note: please be very careful when you're operating the backend db. Incorrect operation may cause irreversible loss.

avatar
Community Manager

@Seunggoo, did the response help resolve your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future. 



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: