...
- Verify that Appliance Server has been registered.
- On the Appliance Server, check /opt/iqas/server-4.5/conf/Appliance/config.properties (Appliance Config File)
- The file should contain a REGISTRATION_KEY, if it doesn't then you need to register the appliance
- Verify that the websocket is configured correctly
- In the same file, check that WEBSOCKET_URL is correctly configured to a non-empty value (starting with the 'ws:' or 'wss:' protocol)
- Check the websocket configuration, /opt/communication/,.env
- The value of TENANT_ID should match the ORGOID in the Appliance Config
- The value of WEBSOCKET_URL should be the same as the value in the Appliance Config
- Verify that the host in the WEBSOCKET_URL is accessible using netcat (the default port is 9001)
- The APPLIANCE_ID should be the same as the APPLIANCE_ID in the Appliance Config but only the bit after the last colon (:)
- Verify that the host and port in RABBIT_APPLIANCE_HOST and RABBIT_APPLIANCE_PORT can be accessed using netcat.
...