Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Gateway process sometimes "hangs up" when disconnecting a device #353

Open
danbim opened this issue May 20, 2014 · 0 comments
Open

Gateway process sometimes "hangs up" when disconnecting a device #353

danbim opened this issue May 20, 2014 · 0 comments
Labels
Milestone

Comments

@danbim
Copy link
Member

danbim commented May 20, 2014

It will sometimes display the following Stacktrace at least 10 times per second and forever:

java.io.IOException: Input/output error in nativeavailable
    at gnu.io.RXTXPort.nativeavailable(Native Method)
    at gnu.io.RXTXPort$SerialInputStream.read(RXTXPort.java:1427)
    at gnu.io.RXTXPort$SerialInputStream.read(RXTXPort.java:1339)
    at de.uniluebeck.itm.wsn.drivers.core.SerialPortDevice$2.onDataAvailable(SerialPortDevice.java:69)
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.commons.lang3.event.EventListenerSupport$ProxyInvocationHandler.invoke(EventListenerSupport.java:311)
    at com.sun.proxy.$Proxy31.onDataAvailable(Unknown Source)
    at de.uniluebeck.itm.wsn.drivers.core.AbstractConnection.signalDataAvailable(AbstractConnection.java:122)
    at de.uniluebeck.itm.wsn.drivers.core.serialport.AbstractSerialPortConnection.serialEvent(AbstractSerialPortConnection.java:180)
    at gnu.io.RXTXPort.sendEvent(RXTXPort.java:772)
    at gnu.io.RXTXPort.eventLoop(Native Method)
    at gnu.io.RXTXPort$MonitorThread.run(RXTXPort.java:1641)
@danbim danbim added the Defect label May 20, 2014
@danbim danbim added this to the 0.9 milestone May 26, 2014
@danbim danbim modified the milestones: 0.9.1, 0.9 Jun 2, 2014
@danbim danbim modified the milestones: 0.9.1, 0.9.2 Jan 7, 2015
@danbim danbim modified the milestones: 0.9.2, 0.10 Jun 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant