Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
RequestUtils sendOneAtATime Error
-
While reading the value of bacnet object of the remote device using RequestUtils.readProperty(), I am getting the Error like
com.serotonin.bacnet4j.util.RequestUtils sendOneAtATime
I am using Bacnet4j Library
Please help out of this
Thank you
-
Hi revanreddy,
Please share the entire stack trace and log message when posting exception output. The only error where that would be the first line in the stack trace would be the
throw e;
in sendOneAtATime which would imply the first request timed out.