Port 55555 blocked at MacOS Big Sur

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 listing for ports in use.

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

for reference.

Maybe it might be a good idea to create a hint in the docs

and to this Docker compose template?
I’ve fixed this by mapping port 55555 to 55566 in docker-compose.yml

Hi @FalkLademann, yes, you’re right. I’ll ask for the docs to include a note - thanks!

Thanks @FalkLademann, thanks for bringing this to our attention. We’ll also look at updating it in docker compose and other places that talk about using the docker container.

@FalkLademann a quick update - it looks like the docs team will be adding a note. Thanks for the reminder.

Hi,

I’ve been running through some samples today and came across this Mac issue :frowning:

When running the Java samples do I need to make a change if running on a port other than 55555

I answered my own question and its a yes :). SO I’m all good for now. Up and running B)

Correct, thanks @Wippet_Boy ! For others that find this: By default Solace SMF APIs will try to connect to localhost:55555 so you would have to change the port to localhost:<PORT>