LABORA-INF-UFG / paper-MACAK-2022

Untrusted non-3GPP access Wi-Fi use case is a proof-of-concept (PoC) of 5G core access network in which Wi-Fi technology is employed.
Apache License 2.0
10 stars 1 forks source link

[FATA][NRF][Init] HTTP server setup failed: listen tcp 10.1.1.10:29510: #6

Closed Sivanesh1992 closed 9 months ago

Sivanesh1992 commented 9 months ago

Hi all ,

I am facing issue to start nrf getting below error please help me to resolve .

:my5G-core$ nrf 2023-12-01T16:53:40+05:30 [INFO][NRF][App] NRF version:
version: vSBrT2020-21-gf90d034 build time: 2023-11-30T11:12:07Z commit hash: 6b8eebc2 commit time: 2020-09-28T21:07:56Z go version: go1.21.4 linux/amd64 CommonConfig file: config/free5GC.conf 2023-12-01T16:53:40+05:30 [INFO][NAS][Message] set log level : trace 2023-12-01T16:53:40+05:30 [INFO][NAS][Message] set report call : true 2023-12-01T16:53:40+05:30 [INFO][LIB][FSM] set log level : info 2023-12-01T16:53:40+05:30 [INFO][LIB][FSM] set report call : true 2023-12-01T16:53:40+05:30 [INFO][LIB][NGAP] set log level : info 2023-12-01T16:53:40+05:30 [INFO][LIB][NGAP] set report call : true 2023-12-01T16:53:40+05:30 [INFO][OAPI][NamfComm] set log level : info 2023-12-01T16:53:40+05:30 [INFO][OAPI][NamfComm] set report call : true 2023-12-01T16:53:40+05:30 [INFO][OAPI][NamfEvent] set log level : info 2023-12-01T16:53:40+05:30 [INFO][OAPI][NamfEvent] set report call : true 2023-12-01T16:53:40+05:30 [INFO][OAPI][NsmfPDUSess] set log level : info 2023-12-01T16:53:40+05:30 [INFO][OAPI][NsmfPDUSess] set report call : true 2023-12-01T16:53:40+05:30 [INFO][OAPI][NudrDataRepo] set log level : info 2023-12-01T16:53:40+05:30 [INFO][OAPI][NudrDataRepo] set report call : true 2023-12-01T16:53:40+05:30 [INFO][LIB][OAPI] set log level : info 2023-12-01T16:53:40+05:30 [INFO][LIB][OAPI] set report call : true 2023-12-01T16:53:40+05:30 [INFO][LIB][Aper] set log level : info 2023-12-01T16:53:40+05:30 [INFO][LIB][Aper] set report call : true 2023-12-01T16:53:40+05:30 [INFO][CommonTest][Comm] set log level : info 2023-12-01T16:53:40+05:30 [INFO][CommonTest][Comm] set report call : true 2023-12-01T16:53:40+05:30 [INFO][NRF][Init] Successfully initialize configuration config/nrfcfg.conf 2023-12-01T16:53:40+05:30 [INFO][NRF][Init] Log level is set to [info] level 2023-12-01T16:53:40+05:30 [INFO][NRF][Init] Server started (/home/sivanesh/my5G-core/src/nrf/service/init.go:103 free5gc/src/nrf/service.(*NRF).Start) [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

[GIN-debug] GET / --> free5gc/src/nrf/accesstoken.Index (3 handlers) [GIN-debug] POST /oauth2/token --> free5gc/src/nrf/accesstoken.HTTPAccessTokenRequest (3 handlers) [GIN-debug] GET /nnrf-disc/v1/ --> free5gc/src/nrf/discovery.Index (3 handlers) [GIN-debug] GET /nnrf-disc/v1/nf-instances --> free5gc/src/nrf/discovery.HTTPSearchNFInstances (3 handlers) [GIN-debug] GET /nnrf-nfm/v1/ --> free5gc/src/nrf/management.Index (3 handlers) [GIN-debug] DELETE /nnrf-nfm/v1/nf-instances/:nfInstanceID --> free5gc/src/nrf/management.HTTPDeregisterNFInstance (3 handlers) [GIN-debug] GET /nnrf-nfm/v1/nf-instances/:nfInstanceID --> free5gc/src/nrf/management.HTTPGetNFInstance (3 handlers) [GIN-debug] PUT /nnrf-nfm/v1/nf-instances/:nfInstanceID --> free5gc/src/nrf/management.HTTPRegisterNFInstance (3 handlers) [GIN-debug] PATCH /nnrf-nfm/v1/nf-instances/:nfInstanceID --> free5gc/src/nrf/management.HTTPUpdateNFInstance (3 handlers) [GIN-debug] GET /nnrf-nfm/v1/nf-instances --> free5gc/src/nrf/management.HTTPGetNFInstances (3 handlers) [GIN-debug] DELETE /nnrf-nfm/v1/subscriptions/:subscriptionID --> free5gc/src/nrf/management.HTTPRemoveSubscription (3 handlers) [GIN-debug] PATCH /nnrf-nfm/v1/subscriptions/:subscriptionID --> free5gc/src/nrf/management.HTTPUpdateSubscription (3 handlers) [GIN-debug] POST /nnrf-nfm/v1/subscriptions --> free5gc/src/nrf/management.HTTPCreateSubscription (3 handlers) 2023-12-01T16:53:40+05:30 [INFO][NRF][Init] nrfconfig Info: Version[1.0.0] Description[NRF initial local configuration] (/home/sivanesh/my5G-core/src/nrf/context/nrf_context.go:20 free5gc/src/nrf/context.InitNrfContext) 2023-12-01T16:53:40+05:30 [INFO][NRF][Init] 10.1.1.10:29510 (/home/sivanesh/my5G-core/src/nrf/service/init.go:114 free5gc/src/nrf/service.(NRF).Start) 2023-12-01T16:53:40+05:30 [FATA][NRF][Init] HTTP server setup failed: listen tcp 10.1.1.10:29510: bind: cannot assign requested address (/home/sivanesh/my5G-core/src/nrf/service/init.go:134 free5gc/src/nrf/service.(NRF).Start)