pulsar-manager icon indicating copy to clipboard operation
pulsar-manager copied to clipboard

Delete Topic doesn't work

Open david-streamlio opened this issue 5 years ago • 4 comments

When I select a topic in the UI and click on delete and confirm, the UI just hangs and the pop-up window remains visible.

Screen Shot 2020-01-30 at 4 49 11 PM

The topic is not deleted, and the entire process has no effect on the topic

david-streamlio avatar Jan 31 '20 00:01 david-streamlio

@david-streamlio did you see any error in the pulsar manager log?

sijie avatar Apr 09 '20 21:04 sijie

No I did not. Sorry

david-streamlio avatar Apr 10 '20 17:04 david-streamlio

You can try to debug according to this process: https://github.com/apache/pulsar-manager/issues/214 @david-streamlio

tuteng avatar Apr 28 '20 01:04 tuteng

Same here. If I click to "Confirm" this error appears in Console.

Screenshot 2021-02-24 at 11 57 22

Response to DELETE

{
  "error": "Internal Server Error",
  "message": "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
  "status": 500,
  "timestamp": "2021-02-24T11:02:32.330+0000"
}

Looks like something wrong with certs (I'm not who installed it). Could someone tell me what I should tell him? :)

o5 avatar Feb 24 '21 11:02 o5