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.
IO Exception in seroUtils.jar
-
Matthew,
I'm getting an exception in seroUtils.jar. Near as I can tell it occurs when there are multiple concurrent requests for values for several different slaves. The exception stack is:
java.io.IOException: Stream closed.
at java.net.PlainSocketImpl.available(PlainSocketImpl.java:434)
at java.net.SocketInputStream.available(SocketInputStream.java:217)
at java.io.BufferedInputStream.available(BufferedInputStream.java:381)
at com.serotonin.io.InputStreamListener.run(InputStreamListener.java:67)The only way it appears I can correct the problem is to restart the application and everything will work fine so long as I don't hammer the requests concurrently.
Have you seen this before?
The version of Modbus4J is 1.02.
Regards,
Fred