1
0
-1


from vid debug log, it sends create request to mso, but returns 401.  While in mso, there is not request received.

BTW, i'm using onap 1.1, deployed by OOM.

2017-09-27 09:03:26,311|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.controller.MsoController|| 09:03:26:0311<== createSvcInstance start
2017-09-27 09:03:26,314|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.controller.MsoController|| 09:03:26:0314<== createInstance calling Post, request = (org.openecomp.vid.mso.rest.RequestDetails@721c3bcf[cloudConfiguration=<null>,modelInfo=<null>,relatedModelList=<null>,requestInfo=<null>,subscriberInfo=<null>,requestParameters=<null>,additionalProperties={requestDetails={requestInfo={instanceName=ttt, source=VID, suppressRollback=false, requestorId=demo}, modelInfo={modelType=service, modelInvariantId=382a9bd4-d39e-475e-8317-e6e3c0fe3098, modelVersionId=47762789-8c2d-4294-a0cc-64355bd19eab, modelName=fh_vfw, modelVersion=1.0}, requestParameters={userParams=[], subscriptionServiceType=vFW, aLaCarte=true}, subscriberInfo={globalSubscriberId=Demonstration}}},cloudConfiguration=<null>,modelInfo=<null>,relatedModelList=<null>,requestInfo=<null>,requestParameters=<null>,subscriberInfo=<null>,additionalProperties={}])
2017-09-27 09:03:26,315|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.mso.MsoRestInterface|| 09:03:26:0315<== Post start
2017-09-27 09:03:26,334|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.mso.MsoRestInterface|| 09:03:26:0334<== logRequest Request=({"requestDetails":{"requestInfo":{"instanceName":"ttt","source":"VID","suppressRollback":false,"requestorId":"demo"},"modelInfo":{"modelType":"service","modelInvariantId":"382a9bd4-d39e-475e-8317-e6e3c0fe3098","modelVersionId":"47762789-8c2d-4294-a0cc-64355bd19eab","modelName":"fh_vfw","modelVersion":"1.0"},"requestParameters":{"userParams":[],"subscriptionServiceType":"vFW","aLaCarte":true},"subscriberInfo":{"globalSubscriberId":"Demonstration"}}})
2017-09-27 09:03:26,335|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.mso.MsoRestInterface|| 09:03:26:0335<== Post sending request to url= http://mso.onap-mso:8080/ecomp/mso/infra/serviceInstances/v2
2017-09-27 09:03:26,358|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.mso.MsoRestInterface|| 09:03:26:0358<== Post with status=401, url=http://mso.onap-mso:8080/ecomp/mso/infra/serviceInstances/v2
2017-09-27 09:03:26,359|e999110a-fd2f-48b8-8112-2322d262d4cf||http-apr-8080-exec-1||/mso/mso_create_svc_instance|292b461a-2954-4b63-a3f9-f916c7ad3bc0|DEBUG|INFORMATIONAL|10.42.88.237|vid-server-288447472-hd7ws||org.openecomp.vid.controller.MsoController|| 09:03:26:0359<== createInstance w={ "status": 401, "entity": <html><head><title>Error</title></head><body>Unauthorized</body></html>}

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi Chenglong

      VID should point SO v4, it seems you point v2 at the moment. May you pull the latest code and try again ?

      Anyhow, 401 means unauthorized, therefore I suspect the jks file is missing or located elsewhere, please check under system.properties file.

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

        attached the vid log file here

        vid.rar

          CommentAdd your comment...