Closed shanmukhapothana closed 11 months ago
That is because you have not cleared previously stopped container. Please do the following
docker compose -f 4g-volte-deploy.yaml down
# wait for all services to stop
docker system prune -f
# then run the services again
docker compose -f 4g-volte-deploy.yaml up
Hi Team,
We already follow the same steps,still issue is same.
Please help me out of this.
Regards, P.Shanmukha
From: Supreeth Herle @.> Sent: Friday, December 8, 2023 6:03:04 pm To: herlesupreeth/docker_open5gs @.> Cc: Pothana Shanmukha @.>; Author @.> Subject: [EXTERNAL] Re: [herlesupreeth/docker_open5gs] Webui issue in VoLTE call. (Issue #264)
CAUTION ON EXTERNAL e-MAIL: This message has originated from an external source. Use proper judgment and caution when opening such attachments, clicking links, or responding to this email. Report this mail (using the applicable "Report Mail" buttons) if you believe it includes malicious content or is a phishing attempt and not sure of it's source.
That is because you have not cleared previously stopped container. Please do the following
docker compose -f 4g-volte-deploy.yaml down
docker system prune -f
docker compose -f 4g-volte-deploy.yaml up
— Reply to this email directly, view it on GitHubhttps://github.com/herlesupreeth/docker_open5gs/issues/264#issuecomment-1847093273, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7V4SIS4JR23ZYXWBFFBS2DYIMCHZAVCNFSM6AAAAABAMRL7Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBXGA4TGMRXGM. You are receiving this because you authored the thread.Message ID: @.***>
Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.
Then you have another program installed using port 3000 of TCP
Please send me the output of the below command
sudo netstat -tupln | grep 3000
Hi Team, After running the below command and output is
@.***:~/docker_open5gs$ sudo netstat -tupln | grep 3000
tcp 0 0 127.0.0.1:3000 0.0.0.0:* LISTEN 753/nghttpx
Please check the attached screenshot and help me.
Regards, P.Shanmukha.
From: Supreeth Herle @.> Sent: Friday, December 8, 2023 7:54:11 pm To: herlesupreeth/docker_open5gs @.> Cc: Pothana Shanmukha @.>; Author @.> Subject: [EXTERNAL] Re: [herlesupreeth/docker_open5gs] Webui issue in VoLTE call. (Issue #264)
CAUTION ON EXTERNAL e-MAIL: This message has originated from an external source. Use proper judgment and caution when opening such attachments, clicking links, or responding to this email. Report this mail (using the applicable "Report Mail" buttons) if you believe it includes malicious content or is a phishing attempt and not sure of it's source.
Then you have another program installed using port 3000 of TCP
Please send me the output of the below command sudo netstat -tupln | grep 3000
— Reply to this email directly, view it on GitHubhttps://github.com/herlesupreeth/docker_open5gs/issues/264#issuecomment-1847267021, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7V4SIQPODETVLOLZ7V2RZTYIMPIPAVCNFSM6AAAAABAMRL7Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBXGI3DOMBSGE. You are receiving this because you authored the thread.Message ID: @.***>
Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.
then you would need to kill that process as follows
sudo pkill -9 nghttpx
After running the below command also issue is same sudo pkill -9 nghttpx
From: Supreeth Herle @.> Sent: Friday, December 8, 2023 10:08:22 pm To: herlesupreeth/docker_open5gs @.> Cc: Pothana Shanmukha @.>; Author @.> Subject: [EXTERNAL] Re: [herlesupreeth/docker_open5gs] Webui issue in VoLTE call. (Issue #264)
CAUTION ON EXTERNAL e-MAIL: This message has originated from an external source. Use proper judgment and caution when opening such attachments, clicking links, or responding to this email. Report this mail (using the applicable "Report Mail" buttons) if you believe it includes malicious content or is a phishing attempt and not sure of it's source.
then you would need to kill that process as follows
sudo pkill -9 nghttpx
— Reply to this email directly, view it on GitHubhttps://github.com/herlesupreeth/docker_open5gs/issues/264#issuecomment-1847499007, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7V4SIXN452NMRDHX7HDGHTYIM67TAVCNFSM6AAAAABAMRL7Q6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBXGQ4TSMBQG4. You are receiving this because you authored the thread.Message ID: @.***>
Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.
Then, you need to find that process which is using process TCP port 3000 and kill it or stop it permanently
Thanks for your support
Hi Team, Still I am facing the webui issue,I am unable to kill the TCP port 3000 process after trying the different commands also.
please help me how to kill this port
Hi Team,
While running the containers of 4G Volte in docker-open5gs, we getting the below issue:
Using the latest commit : commit cb65f58199fc6617c8391bfb1249849d7ec5999c (HEAD -> open5gs_hss_cx, origin/open5gs_hss_cx)
We are facing WebUI issue in VoLTE call while running the containers.
Creating network "docker_open5gs_default" with the default driver
Creating dns ... done
Creating mongo ... done
Creating metrics ... done
Creating rtpengine ... done
Creating smf ... done
Creating mysql ... done
Creating osmohlr ... done
Creating webui ...
Creating webui ... error
Creating pcrf ...
Creating icscf ...
Creating smsc ... done
Creating hss ... done
Creating pcrf ... done
Creating icscf ... done
Creating sgwc ...
Creating sgwu ...
WARNING: Host is already in use by another container
Creating osmomsc ... done
Creating sgwc ... done
Creating sgwu ... done
Creating pcscf ... done
Creating mme ... done
ERROR: for webui Cannot start service webui: driver failed programming external connectivity on endpoint webui (12a6f98c04c5e9934b4563bfac23848a8b27c670f57b6ff49ca1d29931cd3080): Error starting userland proxy: listen tcp4 0.0.0.0:3000: bind: address already in use ERROR: Encountered errors while bringing up the project.
Please help me out this.
thanks, Shanmukha.P