SolaceLabs / solace-single-docker-compose

Set up single Solace PubSub+ Docker container using Docker Compose
Apache License 2.0
19 stars 18 forks source link

Port 55555 blocked by MacOS Big Sur #10

Open CoreForce opened 3 years ago

CoreForce commented 3 years ago

Solace default SMF port 55555 apparently is blocked under MacOS Big Sur. The issue is a bit irritating, as the port won't show up in any port list of the OS.

Existing templates start silently to fail on simple things like Try-Me with ws protocol (as underlying SMF is not available). New templates will not start with a "port in use" error.

See https://apple.stackexchange.com/questions/410987/port-55555-on-mac-os-big-sur-already-in-use https://developer.apple.com/forums/thread/671197 for reference.

Maybe it might be a good idea to at least create a hint to this in the template? I've fixed this by mapping port 55555 to 55566 in docker-compose.yml

Mrc0113 commented 3 years ago

Thanks @CoreForce, we'll look at adding this!