Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Internal Server Error while accessing Northbound API #87

Open
ajaygohil18 opened this issue Aug 2, 2023 · 0 comments
Open

Getting Internal Server Error while accessing Northbound API #87

ajaygohil18 opened this issue Aug 2, 2023 · 0 comments

Comments

@ajaygohil18
Copy link

Hi , I am getting Internal Server Error, I am trying to accessed Northbound API /api/v1/3gpp-as-session-with-qos/v1/{scsAsId}/Subscriptions through Swagger.

Below is the Request Body, Response and Error in logs

scsAsId : myNetapp1

Request Body
{
"ipv4Addr": "10.0.0.3",
"notificationDestination": "http://localhost:80/api/v1/utils/session-with-qos/callback",
"snssai": {
"sst": 1,
"sd": "000001"
},
"dnn": "province1.mnc01.mcc202.gprs",
"qosReference": 9,
"altQoSReferences": [
0
],
"usageThreshold": {
"duration": 0,
"totalVolume": 0,
"downlinkVolume": 0,
"uplinkVolume": 0
},
"qosMonInfo": {
"reqQosMonParams": [
"DOWNLINK"
],
"repFreqs": [
"EVENT_TRIGGERED"
],
"latThreshDl": 0,
"latThreshUl": 0,
"latThreshRp": 0,
"waitTime": 0,
"repPeriod": 0
}
}

Request URL
https://localhost:4443/nef/api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions

Response
500
Internal Server Error

Error in Logs

nef_emulator-backend-1 | INFO: 172.18.0.5:47994 - "POST /api/v1/login/access-token HTTP/1.0" 200 OK
nef_emulator-reverse_proxy-1 | 172.18.0.1 - - [02/Aug/2023:06:18:47 +0000] "POST /api/v1/login/access-token HTTP/1.1" 200 160 "https://localhost:4443/nef/docs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" "-"
nef_emulator-mongo_nef-1 | {"t":{"$date":"2023-08-02T06:19:14.983+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"WTCheckpointThread","msg":"WiredTiger message","attr":{"message":"[1690957154:983621][1:0x7f41bdb3f700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 32, snapshot max: 32 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 3652"}}
nef_emulator-backend-1 | [Errno 2] No such file or directory: '/app/app/core/certificates/capif_cert_server.pem'
nef_emulator-backend-1 | INFO: 172.18.0.5:47996 - "POST /api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions HTTP/1.0" 500 Internal Server Error
nef_emulator-reverse_proxy-1 | 172.18.0.1 - - [02/Aug/2023:06:19:16 +0000] "POST /nef/api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions HTTP/1.1" 500 21 "https://localhost:4443/nef/docs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" "-"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant