You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/25 11:56:01 UTC

[GitHub] [pulsar] yanshuchong commented on issue #8700: Unauthorized Error when I use PulsarAdmin API to query another host's ownedNamespaces

yanshuchong commented on issue #8700:
URL: https://github.com/apache/pulsar/issues/8700#issuecomment-733662485


   some error log 
   9:54:25.058 [pulsar-web-42-12] ERROR org.apache.pulsar.broker.admin.impl.PersistentTopicsBase - [client@MY.REALM] Failed to get list of subscriptions for persistent://www/mynamespace/wxt.mq1-partition-1
   javax.ws.rs.WebApplicationException: HTTP 307 Temporary Redirect
   	at org.apache.pulsar.broker.web.PulsarWebResource.validateTopicOwnership(PulsarWebResource.java:598) ~[org.apache.pulsar-pulsar-broker-2.6.0.jar:2.6.0]
   	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.validateReadOperationOnTopic(PersistentTopicsBase.java:245) ~[org.apache.pulsar-pulsar-broker-2.6.0.jar:2.6.0]
   	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalGetSubscriptionsForNonPartitionedTopic(PersistentTopicsBase.java:874) ~[org.apache.pulsar-pulsar-broker-2.6.0.jar:2.6.0]
   	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalGetSubscriptions(PersistentTopicsBase.java:825) ~[org.apache.pulsar-pulsar-broker-2.6.0.jar:2.6.0]
   	at org.apache.pulsar.broker.admin.v2.PersistentTopics.getSubscriptions(PersistentTopics.java:461) ~[org.apache.pulsar-pulsar-broker-2.6.0.jar:2.6.0]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
   	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76) ~[org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:183) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.internal.Errors.process(Errors.java:316) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.internal.Errors.process(Errors.java:298) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.internal.Errors.process(Errors.java:268) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289) [org.glassfish.jersey.core-jersey-common-2.27.jar:?]
   	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703) [org.glassfish.jersey.core-jersey-server-2.27.jar:?]
   	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416) [org
   
   
   
   
   
   and 
   
   
   Exception in thread "main" org.apache.pulsar.client.admin.PulsarAdminException$NotAuthorizedException: HTTP 401 Unauthorized
   	at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:217)
   	at org.apache.pulsar.client.admin.internal.TopicsImpl$9.failed(TopicsImpl.java:613)
   	at org.glassfish.jersey.client.JerseyInvocation$4.failed(JerseyInvocation.java:1030)
   	at org.glassfish.jersey.client.JerseyInvocation$4.completed(JerseyInvocation.java:1017)
   	at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:227)
   	at org.glassfish.jersey.client.ClientRuntime.access$200(ClientRuntime.java:85)
   	at org.glassfish.jersey.client.ClientRuntime$2.lambda$response$0(ClientRuntime.java:178)
   	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
   	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
   	at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
   	at org.glassfish.jersey.internal.Errors.process(Errors.java:298)


----------------------------------------------------------------
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:
users@infra.apache.org