Encrypted SSL

Arif Butt

Member
Hi there

While the connection is established successfully we are facing an issue in publishing as FAILED: Other: No free port available
The error is also occurring on normal 8443 connectivity.

pls see in the attached picture file and Kindly advise:

Thnx
AB
 

Attachments

Max

Administrator
Staff member
We see a lot of Failed to allocate port messages in server logs after WCS startup.
Seems like on the server instance startup the network stack is started later than WCS:
1711414198120.png

In this case WCS cannot bind media ports because the network stack is not fully active yet.
You should restart WCS manually:
Code:
systemctl restart webcallserver
 
Top