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
In the new browsing editor, a NullPointer exception occurred when a user selects a node that does not have a configured description. This problem occurs because of the missing description, which leads to unexpected behavior and thus to a runtime error.
The backend code should validate the OPC node information before sending the results to the browser.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered:
* Add source and server time to metadata (#899)
* Refactor and harmonize OPC adapter and sink
* [#1713] Fix NullPointer in OPC UA browsing. Fix OPC UA demo docker container.
* [#1713] Fix timestamp tests to run independent of time zone
---------
Co-authored-by: Dominik Riemer <dominik.riemer@gmail.com>
Body
In the new browsing editor, a NullPointer exception occurred when a user selects a node that does not have a configured description. This problem occurs because of the missing description, which leads to unexpected behavior and thus to a runtime error.
The backend code should validate the OPC node information before sending the results to the browser.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: