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
I'm using YABE simulator, and for Heater.status, I'm sometimes getting the BacNetClientException, but while looking at the exception payload I'm unable to identify the root cause of the failure for fetching the present value for the defined bacnet object.
Is there any way by which I can identify the root cause of the problem for the failure for fetching the present value.
I'm attaching the snapshot of the captures stack trace for BacNetClientException but I'm unable to understand the reason of failure.
The text was updated successfully, but these errors were encountered:
Still unable to track the root cause of the problem by looking onto the BacNetClientException#getCause
I tracked down the stack trace and found the following:
Your cause is at the end - the ArrayIndexOutOfBoundsException. For some reason bacnet4j is loosing its mind reading BinaryPV value. Can you reproduce it in all cases?
I've observed this issue intermittently while reading value from YABE Simluator, for State.Heater object binaryValue:0
Can we look into these scenarios, and add the appropriate messages under DetailMessage so that it would enable user to easily identify the issue while looking at exception, and would also help in logging details for the exception caused.
I'm using YABE simulator, and for Heater.status, I'm sometimes getting the
BacNetClientException
, but while looking at the exception payload I'm unable to identify the root cause of the failure for fetching the present value for the defined bacnet object.Is there any way by which I can identify the root cause of the problem for the failure for fetching the present value.
I'm attaching the snapshot of the captures stack trace for
BacNetClientException
but I'm unable to understand the reason of failure.The text was updated successfully, but these errors were encountered: