Sounds like one of your sdnc containers is down (perhaps dev-sdnc-2). kubectl -n onap get pod | grep sdnc
Sdnc failing healthcheck means you won't be able to deploy a VNF anyway. I'd restart the failed sdnc container : kubectl -n onap delete pod dev-sdnc-0 since it looks like the containers are either network isolated or one opendaylight container is not responding to the AKKA cluster health check messages. brian From: [email protected] <[email protected]> On Behalf Of Narayanasetty Sowmya Sent: Friday, December 11, 2020 3:39 AM To: [email protected] Cc: Velugubantla Praveen <[email protected]> Subject: [onap-discuss] Not able to deploy a VNF through GR-API in guilin Hi Team, I am trying to deploy a vnf using gr-api by using the python scripts. But I am facing an error as follows: "response-message": "TransactionCommitFailedException{message=canCommit encountered an unexpected failure, errorList=[RpcError [message=canCommit encountered an unexpected failure, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=akka.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(akka://opendaylight-cluster-data/), Path(/user/shardmanager-config/member-3-shard-default-config#-1175421278)]] after [120000 ms]. Message of type [org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransaction]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.]]}" And in my Guilin setup, HealthCheck of enhanced sdnc is failing. PFA log of the so-sdnc adapter. Any inputs on this would help me resolve my issue. Thanks and Regards, Sowmya L&T Technology Services Ltd www.LTTS.com<https://urldefense.com/v3/__http:/www.LTTS.com__;!!BhdT!1Mg16-t-3L-1lkjU_Cg3R_Da7gUg-BKFNNqelZht65qxoaMiQxIO8xT5Zgw7BF4$> L&T Technology Services Limited (LTTS) is committed to safeguard your data privacy. For more information to view our commitment towards data privacy under GDPR, please visit the privacy policy on our website www.Ltts.com<https://urldefense.com/v3/__http:/www.Ltts.com__;!!BhdT!1Mg16-t-3L-1lkjU_Cg3R_Da7gUg-BKFNNqelZht65qxoaMiQxIO8xT5YmzWFqo$>. This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22616): https://lists.onap.org/g/onap-discuss/message/22616 Mute This Topic: https://lists.onap.org/mt/78875217/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
