You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A session establishment issue occurs when attempting to connect to the OPC UA server. The error indicates that a request is missing from the pending queue.
Attempt to connect to the OPC UA server at 10.14.26.253 on port 4070. The connection is successfully established, and a CreateSessionRequest is sent. The server responds with a CreateSessionResponse. An ActivateSessionRequest is sent. The error occurs: session pending queue error, because element not exist. Expected behavior
The ActivateSessionRequest should be processed successfully, and the session should be fully established without errors.
INF [7fa7a17fa000] resolver complete
INF [7fa7a17fa000] connect secure channel to server: Address=<10.14.26.253>, Port=<4070>
INF [7fa7a17fa000] secure channel to server connected: Address=<10.14.26.253>, Port=<4070>
DBG [7fa7a17fa000] session send CreateSessionRequest: RequestId=<1>, SessionName=<urn:DTG-OP-165:UnifiedAutomation:UaExpert>
DBG [7fa7a17fa000] session recv CreateSessionResponse: RequestId=<1>, SessionName=<urn:DTG-OP-165:UnifiedAutomation:UaExpert>, AuthenticationToken=<i=0>
DBG [7fa7a17fa000] session send ActivateSessionRequest: RequestId=<2>, SessionName=<urn:DTG-OP-165:UnifiedAutomation:UaExpert>, AuthenticationToken=<i=0>
ERR [7fa7a17fa000] session pending queue error, because element not exist: RequestId=<2>, SessionName=<urn:DTG-OP-165:UnifiedAutomation:UaExpert>, AuthenticationToken=<i=0>, TypeId=<i=397>, RequestHandle=<2>
OS: [e.g. Ubuntu 20.04]
Version: [e.g. OPC UA Stack 1.4.8] Additional context
The error suggests that the ActivateSessionRequest is missing or was removed prematurely from the pending queue. This might be caused by a timing issue or an incorrect request handling within the OPC UA client or server.
PLEASE HELP!! :))
The text was updated successfully, but these errors were encountered:
Describe the bug
A session establishment issue occurs when attempting to connect to the OPC UA server. The error indicates that a request is missing from the pending queue.
Attempt to connect to the OPC UA server at 10.14.26.253 on port 4070. The connection is successfully established, and a CreateSessionRequest is sent. The server responds with a CreateSessionResponse. An ActivateSessionRequest is sent. The error occurs: session pending queue error, because element not exist.
Expected behavior
The ActivateSessionRequest should be processed successfully, and the session should be fully established without errors.
Code
These are my criticals methods:
Logs
OS: [e.g. Ubuntu 20.04]
Version: [e.g. OPC UA Stack 1.4.8]
Additional context
The error suggests that the ActivateSessionRequest is missing or was removed prematurely from the pending queue. This might be caused by a timing issue or an incorrect request handling within the OPC UA client or server.
PLEASE HELP!! :))
The text was updated successfully, but these errors were encountered: