Hi Janak, Sorry for the delay getting back to you .... Unfortunately those log snippets are not sufficient to make a diagnosis .. it would be better to include the full logs, e.g. as text files. Please also include as much information as possible about your test environment etc.
Some hints from Yennifer: Maybe you could try the following things: Did you activate the logs for the policy-agent-controller using following command? curl -X POST http://localhost:8081/actuator/loggers/org.onap.ccsdk.oran.a1policymanagementservice -H "Content-Type:application/json" -d {\"configuredLevel\":\"trace\"} When you mentioned "I don't get anything in return though when I run policy it shows policy is okay" Where do you mean you run policy and shows okay? Can you please also check that all containers are running in same network? You can use following command to check: docker network inspect -f '{{ range $key, $value := .Containers }}{{printf "%s: %s\n" $key .Name}}{{ end }}' nonrtric-docker-net Check that sdnc_controller is on network nonrtric-docker-net if not use: docker network connect nonrtric-docker-net sdnc_controller Relevant log for sdnc_controller is karaf log in /opt/opendaylight/data/log/karaf.log, connect to the container using command docker exec -t sdnc_controller bash Regards, Yennifer To get the full docker logs please also try docker logs .......... >> logfile.txt I hope this helps. BR, John & team. From: Janak Jagdish Kulkarni <[email protected]> Sent: Friday 22 October 2021 08:10 To: John Keeney <[email protected]>; [email protected]; [email protected]; [email protected] Cc: Pawan Kumar (NextGen) <[email protected]> Subject: Fw: O-RAN A1 Policies in ONAP Istanbul Dear John, Please find attached log as per earlier mail. Waiting to hear from you. Thanks & Regards, Janak Jagdish Kulkarni ________________________________ From: Janak Jagdish Kulkarni Sent: Thursday, October 21, 2021 10:57 AM To: John Keeney <[email protected]<mailto:[email protected]>> Cc: Pawan Kumar (NextGen) <[email protected]<mailto:[email protected]>> Subject: RE: O-RAN A1 Policies in ONAP Istanbul Dear John Please find the attached folder containing file of docker log of every component. Thanks & Regards, Janak Jagdish Kulkarni From: John Keeney <[email protected]<mailto:[email protected]>> Sent: 20 October 2021 19:24 To: Janak Jagdish Kulkarni <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: RE: O-RAN A1 Policies in ONAP Istanbul Can you provide the contents for docker logs for each of the components. Thanks John From: Janak Jagdish Kulkarni <[email protected]<mailto:[email protected]>> Sent: Tuesday 19 October 2021 06:35 To: John Keeney <[email protected]<mailto:[email protected]>> Subject: RE: O-RAN A1 Policies in ONAP Istanbul Hello John Can you please help me regarding how to find logs? Regards, Janak Jagdish Kulkarni From: John Keeney <[email protected]<mailto:[email protected]>> Sent: 18 October 2021 14:45 To: Janak Jagdish Kulkarni <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: RE: O-RAN A1 Policies in ONAP Istanbul Hi Janak, Can you please include the log. Thanks, John From: Janak Jagdish Kulkarni <[email protected]<mailto:[email protected]>> Sent: Monday 18 October 2021 08:12 To: [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; John Keeney <[email protected]<mailto:[email protected]>> Subject: O-RAN A1 Policies in ONAP Istanbul Dear Community Member, While working on installing Istanbul version I have referred to the document at url: Istanbul - Run - Developer Wiki - Confluence (onap.org)<https://wiki.onap.org/display/DW/Istanbul+-+Run> After running all the commands in end to end test its not showing me set policy i.e. std_qos2_0.0.1.json on dashboard and giving error 500. I guess error is causing due to not successful connection of ric as when I run command 'docker logs policy-agent-container | grep "checked"' I don't get anything in return though when I run policy it shows policy is okay. Regards, Janak Jagdish Kulkarni ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NEC Corporation India Private Limited or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NEC Corporation India Private Limited or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NEC Corporation India Private Limited or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NEC Corporation India Private Limited or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NEC Corporation India Private Limited or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NEC Corporation India Private Limited or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23620): https://lists.onap.org/g/onap-discuss/message/23620 Mute This Topic: https://lists.onap.org/mt/86509507/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
