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.
java.lang.UnsatisfiedLinkError: Native Library C:\Users\rothenpie\AppData\Local\Temp.wsn-device-drivers\rxtxSerial.dll already loaded in another classloader thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: Native Library C:\Users\rothenpie\AppData\Local\Temp.wsn-device-drivers\rxtxSerial.dll already loaded in another classloader
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at gnu.io.CommPortIdentifier.(CommPortIdentifier.java:83)
at de.uniluebeck.itm.wsn.drivers.core.serialport.AbstractSerialPortConnection.connectSerialPort(AbstractSerialPortConnection.java:132)
at de.uniluebeck.itm.wsn.drivers.isense.iSenseSerialPortConnection.connectSerialPort(iSenseSerialPortConnection.java:30)
at de.uniluebeck.itm.wsn.drivers.core.serialport.AbstractSerialPortConnection.connect(AbstractSerialPortConnection.java:116)
at de.uniluebeck.itm.wsn.drivers.core.SerialPortDevice.connect(SerialPortDevice.java:250)
at de.uniluebeck.itm.wsn.deviceutils.listener.DeviceListenerCLI.main(DeviceListenerCLI.java:197)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Beim Start des listener-cli-1.1.4 erhalte ich die folgende Fehlermeldung:
\wsn-device-utils\listener-cli\target>java -jar listener-cli-1.1.4-onejar.jar -t isense -p COM22
java.lang.UnsatisfiedLinkError: Native Library C:\Users\rothenpie\AppData\Local\Temp.wsn-device-drivers\rxtxSerial.dll already loaded in another classloader thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: Native Library C:\Users\rothenpie\AppData\Local\Temp.wsn-device-drivers\rxtxSerial.dll already loaded in another classloader
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at gnu.io.CommPortIdentifier.(CommPortIdentifier.java:83)
at de.uniluebeck.itm.wsn.drivers.core.serialport.AbstractSerialPortConnection.connectSerialPort(AbstractSerialPortConnection.java:132)
at de.uniluebeck.itm.wsn.drivers.isense.iSenseSerialPortConnection.connectSerialPort(iSenseSerialPortConnection.java:30)
at de.uniluebeck.itm.wsn.drivers.core.serialport.AbstractSerialPortConnection.connect(AbstractSerialPortConnection.java:116)
at de.uniluebeck.itm.wsn.drivers.core.SerialPortDevice.connect(SerialPortDevice.java:250)
at de.uniluebeck.itm.wsn.deviceutils.listener.DeviceListenerCLI.main(DeviceListenerCLI.java:197)
The text was updated successfully, but these errors were encountered: