Hi all,
I have deployed Onap Frankfurt  from git clone https://github.com/onap/oom.git  
--recurse-modules   -b frankfurt (not tag 6.0.0) at 09-07-2020.
Of course, I have deployed only the onap components for running 5G E2E  Network 
Slicing use case.

I am following the functional tests page (at 
https://wiki.onap.org/display/DW/Functional+Test+Cases ( 
https://wiki.onap.org/display/DW/Functional+Test+Cases ) ).  I have 
successfully done 2/8 tests about design and distribution.

Now, I am testing the number 3, the service instantation. via UUI.

But it instantation fails. From bpmn pod log, I can see the following:

2020-07-10T16:39:21.207Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Finish preProcessRequest
2020-07-10T16:39:21.209Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Start prepareInitServiceOperationStatus
2020-07-10T16:39:21.210Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Generated new operation for Service Instance 
serviceId:9beec096-84a7-4a17-b425-d25e2b27d366 
operationId:331257db-2376-4bf5-8ac7-ee8067c2c81d
2020-07-10T16:39:21.212Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - DB Adapter Endpoint is: 
http://so-request-db-adapter.onap:8083/services/RequestsDbAdapter
2020-07-10T16:39:21.213Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - DB Adapter Header is: [content-type:application/soap+xml, Authorization:null]
2020-07-10T16:39:21.249Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Outgoing updateServiceOperStatusRequest:
<soapenv:Envelope xmlns:ns=" http://org.onap.so/requestsdb "
xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope /">
<soapenv:Header/>
<soapenv:Body>
<ns:initServiceOperationStatus>
<serviceId>9beec096-84a7-4a17-b425-d25e2b27d366</serviceId>
<operationId>331257db-2376-4bf5-8ac7-ee8067c2c81d</operationId>
<operationType>CREATE</operationType>
<userId>5GCustomer</userId>
<result>processing</result>
<operationContent>NSMF creation operation start</operationContent>
<progress>0</progress>
<reason/>
</ns:initServiceOperationStatus>
</soapenv:Body>
</soapenv:Envelope>
2020-07-10T16:39:21.250Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Finish prepareInitServiceOperationStatus
2020-07-10T16:39:21.290Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Start getNSTSelection
2020-07-10T16:39:21.293Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Obtained BasicAuth username and password for OOF: 
AC35067A9BC32FA8A7727D74CE3290457A3A1CB581AD778533965ADE1C3422C3FE6EB44FA5009BF3
2020-07-10T16:39:21.294Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.OofUtils
 - transactionId is: d81b89e8-8201-4cc6-9477-fc789d7c3974
2020-07-10T16:39:21.309Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.logging.filter.base.PayloadLoggingClientFilter
 - Sending HTTP POST to: https://oof-osdf.onap:8698/api/oof/v1/selection/nst 
with request headers:{Authorization=[***REDACTED***], 
X-RequestID=[d81b89e8-8201-4cc6-9477-fc789d7c3974], 
X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], 
X-InvocationID=[cd07f5a6-2641-46b0-8ebc-b4312ff69319], 
X-ECOMP-RequestID=[d81b89e8-8201-4cc6-9477-fc789d7c3974], 
X-TransactionID=[d81b89e8-8201-4cc6-9477-fc789d7c3974], 
X-ONAP-RequestID=[d81b89e8-8201-4cc6-9477-fc789d7c3974], 
Content-Type=[application/json]}
2020-07-10T16:39:21.312Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.logging.filter.base.PayloadLoggingClientFilter
 - {
"requestInfo": {
"transactionId": "d81b89e8-8201-4cc6-9477-fc789d7c3974",
"requestId": "d81b89e8-8201-4cc6-9477-fc789d7c3974",
"sourceId": "so",
"timeout": 600,
"callbackUrl": " http://0.0.0.0:9000/callback/ "
},
"serviceProfile": {
"serviceProfileParameters": 
{"skip_post_instantiation_configuration":"true","controller_actor":"SO-REF-DATA","areaTrafficCapDL":0,"maxNumberofUEs":1000,"latency":50,"expDataRateUL":500,"sNSSAI":"01-6B0086E4","plmnldList":"39-00","sST":"","areaTrafficCapUL":0,"expDataRateDL":500,"coverageAreaTAList":"Beijing;Beijing;HaidianDistrict;WanshouluStreet","activityFactor":0,"resourceSharingLevel":"shared"}
}

}

2020-07-10T16:39:21.336Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.logging.filter.base.PayloadLoggingClientFilter
 - Response from method:POST performed on uri: 
https://oof-osdf.onap:8698/api/oof/v1/selection/nst has http status code:200 
and response headers:{Content-Length=[170], content-type=[application/json], 
Date=[Fri, 10 Jul 2020 16:39:52 GMT], Server=[Werkzeug/1.0.1 Python/3.5.2]}
2020-07-10T16:39:21.337Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.logging.filter.base.PayloadLoggingClientFilter
 - 
{"requestId":"d81b89e8-8201-4cc6-9477-fc789d7c3974","requestStatus":"accepted","solutions":[],"statusMessage":"
 ","transactionId":"d81b89e8-8201-4cc6-9477-fc789d7c3974"}

*2020-07-10T16:39:21.340Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - OOF sync response code is: 200*
*2020-07-10T16:39:21.342Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.infrastructure.scripts.CreateSliceService
 - Failed to get NST solution suggested by OOF.*
2020-07-10T16:39:21.342Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Building a WorkflowException for Subflow CreateSliceService
*2020-07-10T16:39:21.343Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Outgoing WorkflowException is 
WorkflowException[processKey=CreateSliceService,errorCode=401,errorMessage=Failed
 to get NST solution suggested by OOF.,workStep=*,extSystemErrorSource=null]*
2020-07-10T16:39:21.344Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Throwing MSOWorkflowException
2020-07-10T16:39:21.346Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Caught a Java Exception in CreateSliceService
2020-07-10T16:39:21.347Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Started processJavaException Method
2020-07-10T16:39:21.347Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Java Error: Catch a Java Lang Exception in CreateSliceService
2020-07-10T16:39:21.348Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Building a WorkflowException for CreateSliceService
2020-07-10T16:39:21.349Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Outgoing WorkflowException is 
WorkflowException[processKey=CreateSliceService,errorCode=2500,errorMessage=Catch
 a Java Lang Exception in 
CreateSliceService,workStep=*,extSystemErrorSource=null]
2020-07-10T16:39:21.349Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|org.onap.so.bpmn.common.scripts.ExceptionUtil
 - Completed processJavaException Method
2020-07-10T16:39:21.430Z|d81b89e8-8201-4cc6-9477-fc789d7c3974|o.o.s.b.common.workflow.service.WorkflowProcessor
 - [WRKFLOW-RESOURCE]Process 
CreateSliceService:e7d5cf3c-c2cb-11ea-aaa1-36564ad3af5a ENDED

​

It seems to be an 401 error when SO tries to get the NST choosen by OOF.

Can anyone help me to troubleshoot this issue?

Thanks a lot,
Aniello Paolo Malinconico

-----------------------------------------------------------------
*TIM*
*Aniello Paolo Malinconico*
Chief Innovation & Partnership Office
Technology Innovation

*TIM S.p.A.*
Via G. Reiss Romoli, 274 – 10148 TORINO
email: aniellopaolo.malincon...@guest.telecomitalia.it
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 (#21668): https://lists.onap.org/g/onap-discuss/message/21668
Mute This Topic: https://lists.onap.org/mt/75422858/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to