Random EdgeX services facing flaky startup issue "Failed to start HTTP server" #65
Unanswered
sagargaikwad-eaton
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The message "Invalid argument" is coming back from the attempted |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are facing flaky EdgeX services startup issue with error Fatal startup error: 5: Failed to start HTTP server this error comes from MHD_start_daemon API which is standard libmicrohttpd library function
I have added libmicrohttpd logging mechanism which is recently merged by @iain-anderson once that issue got reproduced the error logs as msg="microhttpd error: Failed to bind to port 59798: Invalid argument
59798 is valid port number and service is running on 59789 port fine. but sometimes any random services are failing with error bind failure Invalid arguments.
so not able to get why bind failure is happening is this a system issue ?
Also I have observed some logs on my board which is related to systemd which is as below
systemd-networkd[317]: eth0: Lost carrier Jan 02 05:28:15 BL-Edge-Gateway-42-82-F4 kernel: stm32-dwmac 5800a000.ethernet eth0: Link is Down
Beta Was this translation helpful? Give feedback.
All reactions