Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UA_Client_Service_browse() fails consistently #6557

Open
3 of 7 tasks
r1gbymordeca1 opened this issue Jun 19, 2024 · 0 comments
Open
3 of 7 tasks

UA_Client_Service_browse() fails consistently #6557

r1gbymordeca1 opened this issue Jun 19, 2024 · 0 comments

Comments

@r1gbymordeca1
Copy link

Hello Everyone,
I am trying the use the API UA_Client_Service_browse() for my client’s browse feature but we are regularly noticing that the API fails with the return statement: #define UA_STATUSCODE_BADINTERNALERROR 0x80020000

Also we get an error print from the stack
“[2024-06-19 17:36:32.437 (UTC+0200)] error/eventloop Cannot run EventLoop from the run method itself”. As a temporary fix we are calling the UA_Client_Service_browse() until it passes and this takes close to ~400 attempts eveytime.

On the final successful retry we get the following info prints from the stack:

[2024-06-19 17:36:32.446 (UTC+0200)] error/client Processing the message returned the error code BadSecurityChecksFailed
[2024-06-19 17:36:32.446 (UTC+0200)] info/client Re-establish the connction for the synchronous service call

After this we are able to get the browse API working. This is a high priority issue, kindly let us know how to proceed.

Checklist

Please provide the following information:

  • open62541 Version (release number or git tag): HEAD
  • Other OPC UA SDKs used (client or server): No
  • Operating system: Linux
  • Logs (with UA_LOGLEVEL set as low as necessary) attached: No
  • Wireshark network dump attached: No
  • Self-contained code example attached: No
  • Critical issue: Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant