Gateway Startup Error

This is probably the issue. They're both trying to bind to the same ports (8088 and 8060).

If you're wanting to run multiple versions, I'd recommend either separate VMs for each, or if you're comfortable with Docker, use docker to run multiples at the same time (this is what I do as you can spin them up/down easily).

You could also be running into issues with installation paths, service names, etc.

1 Like