Hi all, I am following this guide ( https://wiki.onap.org/pages/viewpage.action?pageId=92998809 ) in order to test the control loop into 5G Network Slicing Use Case. After done all the steps under Deployment Prerequisite/dependencies Section, I have performed the point 1 under Functional test by populating the config db and then I have performed the point 2. So, I have downloaded the input_files.zip and executed the script inside. >From WIKI:
Once the Slice analysis MS is up and running, run the script which will trigger PM mapper with these files and PM mapper outputs the corresponding PM messages in the PERFORMANCE_MEASUREMENTS topic which the slice analysis MS will consume and process further. >From slice analysis microservice pod, I can see the following: 14:18:27.971 [reactor-http-epoll-4] INFO o.o.d.s.s.r.s.c.c.impl.CbsClientImpl - Got successful response from Config Binding Service 14:18:37.080 [pool-2-thread-8] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg/sliceanalysisms-cid 14:18:37.080 [pool-2-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg/sliceanalysisms-cid (anonymous) ... 14:18:37.081 [pool-3-thread-5] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/DCAE_CL_RSP/sliceanalysisms-cg/sliceanalysisms-cid 14:18:37.081 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/DCAE_CL_RSP/sliceanalysisms-cg/sliceanalysisms-cid (anonymous) ... 14:18:37.082 [pool-4-thread-2] INFO c.a.n.c.c.impl.CambriaConsumerImpl - UEB GET /events/unauthenticated.ML_RESPONSE_TOPIC/sliceanalysisms-cg/sliceanalysisms-cid 14:18:37.082 [pool-4-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - GET https://message-router:3905/events/unauthenticated.ML_RESPONSE_TOPIC/sliceanalysisms-cg/sliceanalysisms-cid (anonymous) ... 14:18:37.087 [pool-4-thread-2] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 404 Not Found 14:18:37.087 [pool-3-thread-5] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 404 Not Found 14:18:37.087 [pool-4-thread-2] WARN c.a.n.c.c.impl.CambriaConsumerImpl - Topic not found: /events/unauthenticated.ML_RESPONSE_TOPIC/sliceanalysisms-cg/sliceanalysisms-cid 14:18:37.087 [pool-3-thread-5] WARN c.a.n.c.c.impl.CambriaConsumerImpl - Topic not found: /events/DCAE_CL_RSP/sliceanalysisms-cg/sliceanalysisms-cid 14:18:37.087 [pool-2-thread-8] INFO c.att.nsa.apiClient.http.HttpClient - --> HTTP/1.1 401 Unauthorized Why are there some topics into 404 and others into 401 error? I wanted to check the events inside the topic org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS by making a GET request versus {{message-router-url}} /events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS / sliceanalysisms-cg /: sliceanalysisms-cid ?limit=30&timeout=30 but, it returns 401 error... Can someone help me to trobleshoot this? Thanks, Aniello -- ----------------------------------------------------------------- *TIM* *Aniello Paolo Malinconico* Chief Innovation & Partnership Office Technology Innovation *TIM S.p.A.* Via G. Reiss Romoli, 274 – 10148 TORINO email: [email protected] Tim Official: *Facebook* ( https://www.facebook.com/TimOfficialPage ) - *Twitter* ( https://twitter.com/tim_official ) - *www.tim.it* ( http://www.tim.it/ ) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22779): https://lists.onap.org/g/onap-discuss/message/22779 Mute This Topic: https://lists.onap.org/mt/80286285/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
