Here are the OOF logs with 500 error for selection.
+00:00|2021-03-17T04:44:09.778+00:00|||Thread-3||||||||||DEBUG||||||||||||||Requesting URL: https://oof-has-api:8091/v1/plans/4792e5d3-1ee1-4393-8945-cac3b67f7615 +00:00|2021-03-17T04:44:11.267+00:00|||Thread-3||||||||||DEBUG||||||||||||||Received response [code: 200, headers: {'Server': 'nginx/1.18.0', 'Date': 'Wed, 17 Mar 2021 04:44:11 GMT', 'Content-Type': 'application/json', 'Content-Length': '318', 'Connection': 'keep-alive', 'X-MinorVersion': '0', 'X-PatchVersion': '3', 'X-LatestVersion': '2.1.3'}, data: {'_content': b'{"plans": [{"name": "fc71a8cd-28d8-4d6e-a435-9f68be185d24", "id": "4792e5d3-1ee1-4393-8945-cac3b67f7615", "status": "error", "message": "[local variable \'triage_data_trans\' referenced before assignment]", "links": [[{"href": " https://oof-has-api:8091/v1/plans/4792e5d3-1ee1-4393-8945-cac3b67f7615", "rel": "self"}]]}]}', '_content_consumed': True, '_next': None, 'status_code': 200, 'headers': {'Server': 'nginx/1.18.0', 'Date': 'Wed, 17 Mar 2021 04:44:11 GMT', 'Content-Type': 'application/json', 'Content-Length': '318', 'Connection': 'keep-alive', 'X-MinorVersion': '0', 'X-PatchVersion': '3', 'X-LatestVersion': '2.1.3'}, 'raw': <urllib3.response.HTTPResponse object at 0x7f671729f3d0>, 'url': ' https://oof-has-api:8091/v1/plans/4792e5d3-1ee1-4393-8945-cac3b67f7615', 'encoding': None, 'history': [], 'reason': 'OK', 'cookies': <RequestsCookieJar[]>, 'elapsed': datetime.timedelta(seconds=1, microseconds=474520), 'request': <PreparedRequest [GET]>, 'connection': <requests.adapters.HTTPAdapter object at 0x7f671726cf40>}] +00:00|2021-03-17T04:44:11.268+00:00|||Thread-3||||||||||ERROR|||||||||||errorCode=400,errorDescription=Internal Error|||Error from conductor [local variable 'triage_data_trans' referenced before assignment] +00:00|2021-03-17T04:44:11.269+00:00|||Thread-3||||||||||DEBUG|||||||||||errorCode=400,errorDescription=Internal Error|||Requesting URL: http://so-oof-adapter.onap:8090/so/adapters/oof/callback/v1/NSTSelectionResponse/fc71a8cd-28d8-4d6e-a435-9f68be185d24 +00:00|2021-03-17T04:45:10.981+00:00|||Thread-3||||||||||ERROR|||||||||||errorCode=400,errorDescription=Internal Error|||Error sending asynchronous notification for fc71a8cd-28d8-4d6e-a435-9f68be185d24 Traceback (most recent call last): File "/opt/osdf/apps/nst/optimizers/nst_select_processor.py", line 65, in process_nst_selection rest_client.request(json=solution, noresponse=True) File "/opt/osdf/osdf/utils/interfaces.py", line 107, in request raise res.raise_for_status() File "/usr/lib/python3/dist-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: for url: http://so-oof-adapter.onap:8090/so/adapters/oof/callback/v1/NSTSelectionResponse/fc71a8cd-28d8-4d6e-a435-9f68be185d24 On Wed, Mar 17, 2021 at 1:00 PM Rajendra Prasad Mishra via lists.onap.org <[email protected]> wrote: > Hi Aniello, > I am facing a similar issue. In my case in the "Slicing Task > Management", the task is not moving from "Planning" status (screenshot > attached). > I have attached the logs for so-bpmn. I see a few errors in the logs, not > sure if they are connected. > > ---------------- > > 2021-03-17T04:43:56.847Z||Camunda-4|ReceiveWorkflowMessage|apihBpmn|||DEBUG|500||Message > type is 'NSTSelectionResponse' > 2021-03-17T04:43:56.848Z||Camunda-4|ReceiveWorkflowMessage|apihBpmn|||DEBUG|500||Correlator > value is 'fc71a8cd-28d8-4d6e-a435-9f68be185d24' > 2021-03-17T04:43:56.908Z||Camunda-4|ReceiveWorkflowMessage|apihBpmn|||ERROR|500||ENGINE-16004 > Exception while closing command context: An exception occurred in the > persistence layer. Please check the server logs for a detailed message and > the entire exception stack trace. > org.camunda.bpm.engine.ProcessEngineException: An exception occurred in > the persistence layer. Please check the server logs for a detailed message > and the entire exception stack trace. > ----------------- > > The full log is attached. > > thanks, > -RP Mishra > > > On Thu, Feb 25, 2021 at 5:31 PM Aniello Paolo Malinconico via > lists.onap.org <aniellopaolo.malinconico= > [email protected]> wrote: > >> It seems that the issue is not related to UUI, but during the creation of >> Tasks info: >> >> From *bpmn-infra log:* >> >> >> 2021-02-25T11:08:20.298Z|94564bcb-7166-45de-9f54-1a5d367756ef|http-nio-8081-exec-159|DoCreateSliceServiceOption|apihBpmn|EXTERNAL| >> http://so-nssmf-adapter.onap:8088/api/rest/provMns/v1/NSS/NSSISelectionCapability|INFO|500||InvokeReturn >> 2021-02-25T11:08:20.299Z|94564bcb-7166-45de-9f54-1a5d367756ef|http-nio-8081-exec-159|DoCreateSliceServiceOption|apihBpmn|||DEBUG|500||Received >> data from NSSMF: { >> "selection" : "NSSMF" >> } >> 2021-02-25T11:08:20.299Z|94564bcb-7166-45de-9f54-1a5d367756ef|http-nio-8081-exec-159|DoCreateSliceServiceOption|apihBpmn|||DEBUG|500||Response >> code:200 >> >> 2021-02-25T11:08:20.300Z|94564bcb-7166-45de-9f54-1a5d367756ef|http-nio-8081-exec-159|DoCreateSliceServiceOption|apihBpmn|||DEBUG|500||Response: >> { >> "selection" : "NSSMF" >> } >> 2021-02-25T11:08:20.312Z|ae702792-f0cf-4bcc-b388-61dd3b138c98|http-nio-8081-exec-159|CreateSliceService|apihBpmn|||DEBUG|500||Start >> prepareUpdateOrchestrationTask >> 2021-02-25T11:08:20.314Z|ae702792-f0cf-4bcc-b388-61dd3b138c98|http-nio-8081-exec-159|CreateSliceService|apihBpmn|||DEBUG|500||Finish >> prepareUpdateOrchestrationTask >> 2021-02-25T11:08:20.317Z||http-nio-8081-exec-159|HandleOrchestrationTask|apihBpmn|||DEBUG|500||Start >> preProcessRequest >> 2021-02-25T11:08:20.318Z||http-nio-8081-exec-159|HandleOrchestrationTask|apihBpmn|||DEBUG|500||DB >> Adapter Endpoint is: >> http://so-request-db-adapter.onap:8083/orchestrationTask/ae702792-f0cf-4bcc-b388-61dd3b138c98 >> 2021-02-25T11:08:20.318Z||http-nio-8081-exec-159|HandleOrchestrationTask|apihBpmn|||DEBUG|500||DB >> Adapter Header is: [content-type:application/json, Authorization:Basic >> YnBlbDpwYXNzd29yZDEk] >> 2021-02-25T11:08:20.319Z||http-nio-8081-exec-159|HandleOrchestrationTask|apihBpmn|||DEBUG|500||Outgoing >> payload is >> >> {"taskId":"ae702792-f0cf-4bcc-b388-61dd3b138c98","requestId":"ae702792-f0cf-4bcc-b388-61dd3b138c98","name":"SliceServiceTask","createdTime":1614251300319,"status":"WaitingToConfirm","isManual":"false","params":"{\"ServiceId\":\"ec55cc22-9510-4d7b-a6e6-bb5aedc10a35\",\"ServiceName\":\"t20210225_notShared_2\",\"NSTId\":\"e4ffad31-1252-4a02-b0fa-254311e4f313\",\"NSTName\":\"EmbbNst_O2\",\"suggestNSIId\":null,\"suggestNSIName\":null,\"ServiceProfile.maxPktSize\":\"0\",\"ServiceProfile.termDensity\":\"0\",\"ServiceProfile.maxNumberofUEs\":\"10\",\"ServiceProfile.survivalTime\":\"\",\"ServiceProfile.latency\":\"25\",\"ServiceProfile.reliability\":\"\",\"ServiceProfile.dLThptPerSlice\":\"60000\",\"ServiceProfile.availability\":\"0.0\",\"ServiceProfile.sNSSAI\":\"01-6B64ACA9\",\"ServiceProfile.jitter\":\"10\",\"ServiceProfile.sST\":\"\",\"ServiceProfile.dLThptPerUE\":\"100\",\"ServiceProfile.maxNumberofConns\":\"600\",\"ServiceProfile.uEMobilityLevel\":\"stationary\",\"ServiceProfile.uLThptPerUE\":\"100\",\"ServiceProfile.pLMNIdList\":\"\",\"ServiceProfile.coverageAreaTAList\":\"Beijing;Beijing;HaidianDistrict;WanshouluStreet\",\"ServiceProfile.uLThptPerSlice\":\"60000\",\"ServiceProfile.activityFactor\":\"20\",\"ServiceProfile.resourceSharingLevel\":\"non-shared\",\"SliceProfile.AN.maxBandwidth\":\"\",\"SliceProfile.AN.sST\":\"\",\"SliceProfile.AN.sliceProfileId\":\"\",\"SliceProfile.AN.maxNumberofUEs\":\"100\",\"SliceProfile.AN.survivalTime\":\"\",\"SliceProfile.AN.latency\":\"5\",\"SliceProfile.AN.uEMobilityLevel\":\"\",\"SliceProfile.AN.sNSSAI\":\"\",\"SliceProfile.AN.pLMNIdList\":\"\",\"SliceProfile.AN.coverageAreaTAList\":\"\",\"SliceProfile.AN.activityFactor\":\"\",\"SliceProfile.AN.resourceSharingLevel\":\"\",\"SliceProfile.CN.maxBandwidth\":\"\",\"SliceProfile.CN.sST\":\"\",\"SliceProfile.CN.sliceProfileId\":\"\",\"SliceProfile.CN.maxNumberofUEs\":\"0\",\"SliceProfile.CN.survivalTime\":\"\",\"SliceProfile.CN.latency\":\"10\",\"SliceProfile.CN.uEMobilityLevel\":\"\",\"SliceProfile.CN.sNSSAI\":\"\",\"SliceProfile.CN.pLMNIdList\":\"\",\"SliceProfile.CN.coverageAreaTAList\":\"\",\"SliceProfile.CN.activityFactor\":\"\",\"SliceProfile.CN.resourceSharingLevel\":\"\",\"TN.BH.SuggestNSSIId\":null,\"TN.BH.SuggestNSSIName\":null,\"TN.BH.progress\":null,\"TN.BH.status\":null,\"TN.BH.statusDescription\":null,\"TN.BH.ScriptName\":null,\"TN.MH.SuggestNSSIId\":null,\"TN.MH.SuggestNSSIName\":null,\"TN.MH.progress\":null,\"TN.MH.status\":null,\"TN.MH.statusDescription\":null,\"TN.MH.ScriptName\":null,\"TN.FH.SuggestNSSIId\":null,\"TN.FH.SuggestNSSIName\":null,\"TN.FH.progress\":null,\"TN.FH.status\":null,\"TN.FH.statusDescription\":null,\"TN.FH.ScriptName\":null,\"CN.SuggestNSSIId\":null,\"CN.SuggestNSSIName\":null,\"CN.progress\":null,\"CN.status\":null,\"CN.statusDescription\":null,\"CN.ScriptName\":null,\"AN.SuggestNSSIId\":null,\"AN.SuggestNSSIName\":null,\"AN.progress\":null,\"AN.status\":null,\"AN.statusDescription\":null,\"AN.ScriptName\":null}"} >> >> As u can see, the S-NSSAI param for CN,TN,AN is null. >> >> >> >> How can i fix it? >> >> Who should give the snssai param to each domain (cn,tn,an) ? >> >> >> >> >> >> Thanks, >> >> Aniello >> >> >> >> -- >> ----------------------------------------------------------------- >> *TIM* >> *Aniello Paolo Malinconico* >> Chief Innovation & Partnership Office >> Technology Innovation >> >> *TIM S.p.A.* >> Via G. Reiss Romoli, 274 – 10148 TORINO >> email: [email protected] >> Tim Official: *Facebook* <https://www.facebook.com/TimOfficialPage> - >> *Twitter* <https://twitter.com/tim_official> - *www.tim.it* >> <http://www.tim.it/> >> >> > > -- > > *CRN Top 10 Coolest Edge Computing Startups of 2020 > <https://www.crn.com/slide-shows/networking/the-10-coolest-edge-computing-startups-of-2020/2>* > > > -- *CRN Top 10 Coolest Edge Computing Startups of 2020 <https://www.crn.com/slide-shows/networking/the-10-coolest-edge-computing-startups-of-2020/2>* -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23016): https://lists.onap.org/g/onap-discuss/message/23016 Mute This Topic: https://lists.onap.org/mt/80898505/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
oof.log
Description: Binary data
