Products | Versions |
---|---|
TIBCO BusinessConnect | 7.0.0 and above |
When starting up the BusinessConnect Gateway Server, the following exception is thrown, and the Gateway Server shuts down:
[2019-02-20 19:24:25,460(INFO )]GatewayServer Ack Idle bootstrap ...
[2019-02-20 19:24:25,558(ERROR)]GatewayServer Failed to ack idle bootstrap.
com.tibco.ax.gs.runtime.GatewayRuntimeException: Ack idle bootstrap failed.
at com.tibco.ax.gs.runtime.GatewayServer.ackIdleBootStrap(GatewayServer.java:343)
at com.tibco.ax.gs.runtime.GatewayServer.init(GatewayServer.java:126)
at com.tibco.ax.gs.runtime.GatewayServer.<init>(GatewayServer.java:73)
at com.tibco.ax.gs.runtime.GatewayServer.Startup(GatewayServer.java:676)
Caused by: java.lang.NullPointerException
at com.tibco.ax.gs.runtime.impl.GSBootstrapUtil.sendDmzMshRequest(GSBootstrapUtil.java:348)
at com.tibco.ax.gs.runtime.impl.GSBootstrapUtil.sendDmzMshRequest(GSBootstrapUtil.java:344)
at com.tibco.ax.gs.runtime.GatewayServer.ackIdleBootStrap(GatewayServer.java:341)
... 3 more
The Gateway Server has previously started successfully.