Paul Griswold wrote:The only error on the server's event viewer log I can see that stands out as odd (and I don't think this is related) is: Unable to bind to the underlying transport for [::]:80. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine. The data field contains the error number.
My interpretation of that message is that a piece of software is attempting to use the common HTTP web service port 80 with the IPv6 (128-bit addresses, compared to the 32-bit addresses of the routine IPv4) wildcard address. Perhaps IPv6 is not enabled on your machine, or perhaps there is already a web service running on that machine which has already grabbed [::]:80.
I'm not sure how the bin service is configured, but
if it's attempting to be an HTTP server, that could well be your problem. Perhaps someone from the Fusion development team could comment on what ports the bin server is expected to use by default, and if that can be customized to avoid conflict with other network services.