Hi,
I have installed Jakarta version and I have the following error in
onap-message-router-0 :
11:00:54.293 [qtp1022308509-1053] ERROR org.onap.dmaap.service.TopicRestService
- Error while creating a topic: Access denied for User mnthnhikY4gSMtJY does
not own topic SDC-DISTR-NOTIF-TOPIC-AUTO
com.att.nsa.security.ReadWriteSecuredResource$AccessDeniedException: Access
denied for User mnthnhikY4gSMtJY does not own topic SDC-DISTR-NOTIF-TOPIC-AUTO
at com.att.nsa.security.NsaAclUtils.updateAcl(NsaAclUtils.java:76)
at
org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker$KafkaTopic.updateAcl(DMaaPKafkaMetaBroker.java:424)
at
org.onap.dmaap.dmf.mr.beans.DMaaPKafkaMetaBroker$KafkaTopic.permitWritesFromUser(DMaaPKafkaMetaBroker.java:400)
at
org.onap.dmaap.dmf.mr.service.impl.TopicServiceImpl.permitPublisherForTopic(TopicServiceImpl.java:472)
at
org.onap.dmaap.service.TopicRestService.permitPublisherForTopic(TopicRestService.java:478)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179)
at
org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:192)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:103)
at
org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59)
at
org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96)
at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at
org.apache.camel.component.cxf.cxfbean.CxfBeanDestination.process(CxfBeanDestination.java:83)
at
org.apache.camel.impl.ProcessorEndpoint.onExchange(ProcessorEndpoint.java:103)
at org.apache.camel.impl.ProcessorEndpoint$1.process(ProcessorEndpoint.java:71)
at
org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:148)
at
org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:548)
at
org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:201)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:138)
at org.apache.camel.processor.Pipeline.process(Pipeline.java:101)
at
org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:201)
at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:97)
at org.apache.camel.http.common.CamelServlet.doService(CamelServlet.java:208)
at org.apache.camel.http.common.CamelServlet.service(CamelServlet.java:78)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)
at ajsc.filter.PassthruFilter.doFilter(PassthruFilter.java:26)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
at
com.att.ajsc.csi.writeablerequestfilter.WriteableRequestFilter.doFilter(WriteableRequestFilter.java:41)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
at org.onap.dmaap.util.DMaaPAuthFilter.doFilter(DMaaPAuthFilter.java:69)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:531)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
at java.lang.Thread.run(Thread.java:748)
"2022-07-27 11:00:54,293 [qtp1022308509-1053] INFO
org.onap.dmaap.service.TopicRestService - ErrorResponse
{"httpStatusCode":"401", "mrErrorCode":"6003", "errorMessage":"Failed to create
topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO", "helpURL":"http://onap.readthedocs.io",
"statusTs":"null", "topicId":"null", "publisherId":"null",
"publisherIp":"null", "subscriberId":"null", "subscriberIp":"null"}
"11:00:54.293 [qtp1022308509-1053] INFO
org.onap.dmaap.service.TopicRestService - ErrorResponse
{"httpStatusCode":"401", "mrErrorCode":"6003", "errorMessage":"Failed to create
topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO", "helpURL":"http://onap.readthedocs.io",
"statusTs":"null", "topicId":"null", "publisherId":"null",
"publisherIp":"null", "subscriberId":"null", "subscriberIp":"null"}
"2022-07-27 11:00:54,293 [qtp1022308509-1053] INFO
org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"11:00:54.293 [qtp1022308509-1053] INFO
org.onap.dmaap.DMaaPCambriaExceptionMapper - Reached Cambria Exception Mapper..
"2022-07-27 11:00:54,294 [qtp1022308509-1053] DEBUG org.onap.dmaap - Body= **
{"mrstatus":6003,"helpURL":"http://onap.readthedocs.io","message":"Failed to
create topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO","status":401}
"11:00:54.294 [qtp1022308509-1053] DEBUG org.onap.dmaap - Body= **
{"mrstatus":6003,"helpURL":"http://onap.readthedocs.io","message":"Failed to
create topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO","status":401}
"2022-07-27 11:00:54,294 [qtp1022308509-1053] DEBUG org.onap.dmaap.service -
Body= **
{"mrstatus":6003,"helpURL":"http://onap.readthedocs.io","message":"Failed to
create topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO","status":401}
"11:00:54.294 [qtp1022308509-1053] DEBUG org.onap.dmaap.service - Body= **
{"mrstatus":6003,"helpURL":"http://onap.readthedocs.io","message":"Failed to
create topic:Access denied for User mnthnhikY4gSMtJY does not own topic
SDC-DISTR-NOTIF-TOPIC-AUTO","status":401}
Any help is appreciated.
Thanks.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#24109): https://lists.onap.org/g/onap-discuss/message/24109
Mute This Topic: https://lists.onap.org/mt/92658207/21656
Mute #dmaap:https://lists.onap.org/g/onap-discuss/mutehashtag/dmaap
Mute #sdc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdc
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-