This article covers loggers related to the Gateway Network that were introduced in Ignition version 7.8.X.
Logger in this article:
metro.Transports.Websocket.WSConnection
- Provides information about initialization, active connection, and closing of GAN connections.
- INFO logger showing both the initialization and later, the closing of the same connection from the outgoing connection’s perspective:
outgoing local='ignition-su-2c8rz12-ws' remote='10.10.65.60:8088' method=setStatus: [100] 10.10.65.60:8088
connection status has been updated from Initialized to Connecting
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [35955782] 10.10.65.60:8088
connection status has been updated from Connecting to Running: Ping to remote machine was successful
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=pingSuccess: Session id now set to [35955782]
…
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=shutdown: [35955782]
Shutting down connection 'ignition-su-2c8rz12-ws' to http://10.10.65.60:8088/main/system: AbstractHttpConnectionFactory.destroyConnection()
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [35955782] 10.10.65.60:8088
connection status has been updated from Running to Shutdown: shutdown() has been called
- INFO logger showing both the initialization and later, the closing of the same connection from the outgoing connection’s perspective:
-
- INFO logger showing both the initialization and later, the closing of the same connection from the incoming connection’s perspective:
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [100] ignition-su-2c8rz12-ws
connection status has been updated from Unknown to Initialized
…
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [100] ignition-su-2c8rz12-ws
connection status has been updated from Initialized to Running: Web socket session established for ignition-su-2c8rz12-ws
…
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=shutdown: [35955782]
Shutting down connection 'ignition-su-2c8rz12-ws' to http://169.254.56.163:8088/main/system: AbstractHttpConnectionFactory.destroyConnection()
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [35955782] ignition-su-2c8rz12-ws
connection status has been updated from Running to Shutdown: shutdown() has been called
…
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=setStatus: [35955782] ignition-su-2c8rz12-ws
connection status has been updated from Shutdown to Faulted: onClose has been called on web socket:Shutdown
- INFO logger showing both the initialization and later, the closing of the same connection from the incoming connection’s perspective:
-
- DEBUG log showing additional detail for both the initialization and later, the closing of the same connection from the outgoing connection’s perspective. Also provides details regarding messages sent between nodes to ensure an active connection:
outgoing local='ignition-su-2c8rz12-ws' remote='10.10.65.60:8088' method=senderConnect:
Establishing a web socket session to ws://10.10.65.60:8088/main/system
outgoing local='ignition-su-2c8rz12-ws' remote='10.10.65.60:8088' method=senderConnect:
Connecting to 'ws://10.10.65.60:8088/main/system/ws-control-servlet?name=ignition-su-2c8rz12-ws&url=http://169.254.56.163:8088/main/system'
…
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=Metro-RunSendThread.run:
Sending message to remote: opCode=MSG_SEND, subCode=0, flags=0, messageId=685, senderId='ignition-su-2c8rz12-ws', targetAddress=''
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=Metro-RunSendThread.run:
Received ACK over data channel, responseHeader=opCode=OK, subCode=0, flags=0, messageId=685, senderId='ignition-su-2c8rz12-ws', targetAddress=''
…
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendShutdownMsg:
Sending SHUTDOWN control message across web socket
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=SHUTDOWN, subCode=5000, flags=0, messageId=694, senderId='ignition-su-2c8rz12-ws', targetAddress=''
- DEBUG log showing additional detail for both the initialization and later, the closing of the same connection from the outgoing connection’s perspective. Also provides details regarding messages sent between nodes to ensure an active connection:
-
- DEBUG log showing additional detail for both the initialization and later, the closing of the same connection from the incoming connection’s perspective. Also provides details regarding messages sent between nodes to ensure an active connection:
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=onDataReceived:
Received data message:opCode=MSG_SEND, subCode=0, flags=0, messageId=33, senderId='ignition-su-2c8rz12-ws', targetAddress=''
- DEBUG log showing additional detail for both the initialization and later, the closing of the same connection from the incoming connection’s perspective. Also provides details regarding messages sent between nodes to ensure an active connection:
-
- TRACE log showing additional details for the initialization of the connection from the outgoing connection’s perspective:
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reserveCapacity:
Current receive capacity is now 1 item(s), max capacity is 100 item(s)
…
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=OK, subCode=0, flags=0, messageId=5, senderId='ignition-su-2c8rz12-ws', targetAddress=''
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=PING, subCode=1070945834, flags=0, messageId=40, senderId='ignition-su-2c8rz12-ws', targetAddress=''
…
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=PING, subCode=1070945834, flags=0, messageId=40, senderId='ignition-su-2c8rz12-ws', targetAddress=''
…
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reportPing: Session id=1070945834, ping time: 2 ms
…
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=scheduleSend: Available permits:10
…
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reportReply: Message send success, session id=35955782
-> outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reserveCapacity:
Current receive capacity is now 1 item(s), max capacity is 100 item(s)
- TRACE log showing additional details for the initialization of the connection from the outgoing connection’s perspective:
-
- TRACE log showing additional details for the initialization of the connection from the incoming connection’s perspective:
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reserveCapacity:
Current receive capacity is now 1 item(s), max capacity is 100 item(s)
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=storeForDownload:
Storing header: [opCode=MSG_SEND, subCode=0, flags=0, messageId=6, senderId='ignition-su-2c8rz12-ws', targetAddress='']
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=notifyMessageWaiting:
Will send download control message, received header:[opCode=MSG_SEND, subCode=0, flags=0, messageId=6,
senderId='ignition-su-2c8rz12-ws', targetAddress=''] header to send:[opCode=MSG_SEND, subCode=0, flags=1,
messageId=6, senderId='ignition-su-2c8rz12-ws', targetAddress='']
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=notifyMessageWaiting.writeSuccess:
Write to session web socket was successful, received header:[opCode=MSG_SEND, subCode=0, flags=0, messageId=6,
senderId='ignition-su-2c8rz12-ws', targetAddress=''] header to send:[opCode=MSG_SEND, subCode=0, flags=1,
messageId=6, senderId='ignition-su-2c8rz12-ws', targetAddress='']
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reserveCapacity:
Current receive capacity is now 1 item(s), max capacity is 100 item(s)
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reportReply: Message send success, session id=35955782
- TRACE log showing additional details for the initialization of the connection from the incoming connection’s perspective:
-
- TRACE log showing additional details for the GAN ensuring an active connection from the outgoing connection’s perspective. This logger will be reported every second or so:
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=OK, subCode=0, flags=0, messageId=16, senderId='ignition-su-2c8rz12-ws', targetAddress=''
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=sendControlMsg:
opCode=PING, subCode=35955782, flags=0, messageId=686, senderId='ignition-su-2c8rz12-ws', targetAddress=''
outgoing local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=reportPing: Session id=35955782, ping time: 1 ms
- TRACE log showing additional details for the GAN ensuring an active connection from the outgoing connection’s perspective. This logger will be reported every second or so:
-
- TRACE log showing additional details for the GAN ensuring an active connection from the incoming connection’s perspective. This logger will be reported every second or so:
<- incoming local='ignition-su-2c8rz12-ws' remote='ignition-su-2c8rz12-ws' method=storeForDownload:
Storing header: [opCode=MSG_SEND, subCode=0, flags=0, messageId=686, senderId='ignition-su-2c8rz12-ws', targetAddress='']
- TRACE log showing additional details for the GAN ensuring an active connection from the incoming connection’s perspective. This logger will be reported every second or so:
Comments
0 comments
Article is closed for comments.