Log Messages on Successful Startup
The following log messages let you know that the Connection Server and its connection to the ThingWorx Platform are initialized and ready to accept traffic:
[main] INFO c.t.connectionserver.PlatformImpl - Starting ConnectionServer: UUID=c210177d-40fe-449a-8e89-e8978734f24b, Platform protocol=V1, Platform transport=WEBSOCKETS
[main] INFO c.t.connectionserver.PlatformImpl - Waiting for connection to platform...
[NettyClient-NIO-5] INFO c.t.connectionserver.PlatformImpl - Connected to platform. Continuing cxserver startup.
[main] INFO c.t.c.ConnectionServer -Metrics are enabled
[main] INFO c.t.c.ConnectionServer -Initializing Connection Server protocol: name={protocolName}
[main] INFO c.t.c.ConnectionServer -Initialized Connection Server protocol: name={protocolName}
[main] INFO c.t.c.ConnectionServer - Started up health check: port=9009
[main] INFO c.t.c.ConnectionServer -Connection Server is started
Was this helpful?