Gateway 10.1 was successfully enrolled with a Portal 5.0.2.
But now when I connect again to the Portal, the gateway proxy is marked as disconnected although the gateway is up and running.
Any idea about the issue? . How can this be troubleshooted?
Release : 10.1
Component : API GATEWAY
1. toggle portal.deployer.enabled cluster-wide-property from true, to false, to true
TroubleShoot 5.0.2 Portal Deployments
2. for a successful connection, you should see something similar in the SSG logs (bolded parts important):
2021-06-09T16:37:31.471-0700 INFO 320 com.l7tech.external.assertions.portaldeployer.server.client.PortalDeployerClient: Initialized with config:
.
.
2021-06-09T16:37:32.013-0700 INFO 172892 com.l7tech.external.assertions.portaldeployer.server.client.PortalDeployerClient: Successfully connected to Broker: wss://broker.<portal_domain>:9443/
2021-06-09T16:37:32.013-0700 INFO 172892 com.l7tech.external.assertions.portaldeployer.server.client.PortalDeployerClient: Subscribing to Topic(s):
Note: If the above doesn't work, you should see a connection issue in the SSG logs instead of the above. If you can't find it, search for PortalDeployerClient and there should be an exception of some sort that gives better context.