1
0
-1

Artifact Version 1.1.0-SNAPSHOT

Docker Version 1.1-STAGING-latest


Just redeployed this stack on 7/17


See below for a screenshot of SDC UI and the AAI-ML log. I'm getting an error deploying to AAI-ML for the vFW demo. The error is "Error making edge to target node:Node of type model-ver. Could not find object at: /service-design-and-creation/models/model/3f4c7204-739b-4bbb-87a7-8a6856439c90/model-vers/model-ver/f6a038c2-820c-42ba-8c2b-375e24e8f932," and it looks like some model or object may be missing?



AAI-ML.error.log

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      I deleted all my docker containers, images, and contents of /opt (aside from config and the install script) and re initialized AAI1/2 and it works now.


        CommentAdd your comment...
      1.  
        1
        0
        -1

        We are facing similar issue during VSP distrubution, we have reinitialized AAI1 & AAI2 but still we are getting same error,

        2018-01-25T06:59:06.854Z|ba0f38dc-9eaf-4a13-848e-9512e1bbb80a|pool-2-thread-6|ModelLoader|Event-Bus|org.onap.aai.modelloader.restclient.AaiRestClient||INFO|MDLSVC0004I|MDLSVC0004I Sent GET request to https://c1.vm1.aai.simpledemo.openecomp.org:8443/aai/v10/service-design-and-creation/models/model/e10c8007-b53c-454f-b2ac-c6eebb636711. Response: 404|
        2018-01-25T06:59:07.239Z|ba0f38dc-9eaf-4a13-848e-9512e1bbb80a|pool-2-thread-6|ModelLoader|Event-Bus|org.onap.aai.modelloader.restclient.AaiRestClient||INFO|MDLSVC0005I|MDLSVC0005I Sent PUT request to https://c1.vm1.aai.simpledemo.openecomp.org:8443/aai/v10/service-design-and-creation/models/model/e10c8007-b53c-454f-b2ac-c6eebb636711. Response code: 404, Response message: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
        <Fault>
        <requestError>
        <serviceException>
        <messageId>SVC3003</messageId>
        <text>Failed to make edge to missing target node of type %3 with keys %4 performing %1 on %2 (msg=%5) (ec=%6)</text>
        <variables>
        <variable>PUT</variable>
        <variable>service-design-and-creation/models/model/e10c8007-b53c-454f-b2ac-c6eebb636711</variable>
        <variable>model-ver</variable>
        <variable>/service-design-and-creation/models/model/3f4c7204-739b-4bbb-87a7-8a6856439c90/model-vers/model-ver/f6a038c2-820c-42ba-8c2b-375e24e8f932</variable>
        <variable>Error making edge to target node:Node of type model-ver. Could not find object at: /service-design-and-creation/models/model/3f4c7204-739b-4bbb-87a7-8a6856439c90/model-vers/model-ver/f6a038c2-820c-42ba-8c2b-375e24e8f932</variable>
        <variable>ERR.5.4.6129</variable>
        </variables>
        </serviceException>
        </requestError>
        </Fault>

          CommentAdd your comment...