You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
It will sometimes display the following Stacktrace at least 10 times per second and forever:
The text was updated successfully, but these errors were encountered: