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.