GitHub user curichan added a comment to the discussion: OPC UA Could not resolve runtime configurations Error
Hi all, I observed the same error as reported by @Praveenstein. Both the OPC UA server and the service extensions-all-jvm are running. However, it turns our that this seems to be a problem with reading the schema of the OPC UA server. If I specify a node with only a small number of sub-nodes (of order 10 or so), the error message does not appear and the schema for that node is displayed correctly. Trying to read a "larger" node results in the reported error. I guess that Streampipes is trying to recursively read the entire schema below the specified node. For production-grade servers this can take a considerable time and so Streampipes runs into a timeout. Would it be possible to change this behaviour and make Streampipe only read the schema one level down from the specified node and only request deeper levels when the user expands a sub-node? This is how, for example, UaExpert provided by Unified Automation solves this problem. GitHub link: https://github.com/apache/streampipes/discussions/895#discussioncomment-5874887 ---- This is an automatically sent email for dev@streampipes.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@streampipes.apache.org