frankjkelly edited a comment on issue #8248: URL: https://github.com/apache/pulsar/issues/8248#issuecomment-808424688
I have a similar error but on the GET side using Pulsar 2.6.1 ``` $ curl http://xx.yy.zz.nn:8080/admin/v2/schemas/mytenant/event/dialog/schema?authoritative=true <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 Request failed.</title> </head> <body><h2>HTTP ERROR 500 Request failed.</h2> <table> <tr><th>URI:</th><td>/admin/v2/schemas/mytenant/event/dialog/schema</td></tr> <tr><th>STATUS:</th><td>500</td></tr> <tr><th>MESSAGE:</th><td>Request failed.</td></tr> <tr><th>SERVLET:</th><td>org.glassfish.jersey.servlet.ServletContainer-746b18fd</td></tr> </table> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.29.v20200521</a><hr/> </body> </html> [cogito@debug-tools-86d8774f6d-q6jxv ~]$ curl http://xx.yy.zz.nn:8080/admin/v2/schemas/mytenant/event/dialog/schema?authoritative=true <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500 Request failed.</title> </head> <body><h2>HTTP ERROR 500 Request failed.</h2> <table> <tr><th>URI:</th><td>/admin/v2/schemas/mytenant/event/dialog/schema</td></tr> <tr><th>STATUS:</th><td>500</td></tr> <tr><th>MESSAGE:</th><td>Request failed.</td></tr> <tr><th>SERVLET:</th><td>org.glassfish.jersey.servlet.ServletContainer-746b18fd</td></tr> </table> <hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.29.v20200521</a><hr/> </body> </html> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org