itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Broken pipe when closing device connection #118

Closed danbim closed 12 years ago

danbim commented 12 years ago
Apr 27, 2012 11:58:57 AM org.jboss.netty.channel.SimpleChannelHandler
WARNING: EXCEPTION, please implement WsnDeviceUtilsGui$9$1.exceptionCaught() for proper handling.
java.io.IOException: Pipe broken
    at java.io.PipedInputStream.read(PipedInputStream.java:305)
    at java.io.FilterInputStream.read(FilterInputStream.java:66)
    at java.io.PushbackInputStream.read(PushbackInputStream.java:122)
    at org.jboss.netty.channel.iostream.IOStreamChannelSink$ReadRunnable.run(IOStreamChannelSink.java:62)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:680)