Products | Versions |
---|---|
TIBCO BusinessConnect | 7.0.0 |
If you are seeing the following error while starting the Gateway engine, the steps mentioned in the resolution may help to overcome this error
<<<
GatewayServer com.tibco.ax.gs.runtime.GatewayRuntimeException: Initializing JMX service failed.
at com.tibco.ax.gs.runtime.JmxServiceManager.Startup(JmxServiceManager.java:97)
at com.tibco.ax.gs.runtime.GatewayServer.initJMXService(GatewayServer.java:507)
at com.tibco.ax.gs.runtime.GatewayServer.init(GatewayServer.java:118)
at com.tibco.ax.gs.runtime.GatewayServer.<init>(GatewayServer.java:81)
at com.tibco.ax.gs.runtime.GatewayServer.Startup(GatewayServer.java:618)
Caused by: Address already in use: Address already in use: Address already in use: Address already in use
at com.tibco.ax.fw.jmx.model.MgmtServer.init(MgmtServer.java:108)
at com.tibco.ax.fw.jmx.model.MgmtServer.<init>(MgmtServer.java:67)
at com.tibco.ax.fw.jmx.model.MgmtServer.getInstance(MgmtServer.java:54)
at com.tibco.ax.fw.jmx.model.ModelBuilder.registerControlModels(ModelBuilder.java:191)
at com.tibco.ax.fw.jmx.model.ModelBuilder.register(ModelBuilder.java:177)
at com.tibco.ax.gs.runtime.JmxServiceManager.Startup(JmxServiceManager.java:93)
... 4 more
>>>
One of the possible causes for this error is that you have probably used same port number for both management as well as data port settings while creating the Gateway token.