sputnikdev / eclipse-smarthome-bluetooth-binding

Eclipse SmartHome Bluetooth Binding
46 stars 10 forks source link

Binding fails to load in Windows because GattSpec descriptor could not be loaded #40

Closed vkolotov closed 6 years ago

vkolotov commented 6 years ago
2018-03-01 19:29:38.751 [ERROR] [.eclipse.smarthome.binding.bluetooth] - [binding.bluetooth(274)] The activate method has thrown an exception
java.lang.IllegalStateException: GATT spec registry file is missing
    at org.sputnikdev.bluetooth.gattparser.spec.BluetoothGattSpecificationReader.readRegistryFromClassPath(BluetoothGattSpecificationReader.java:426) [260:org.sputnikdev.org.eclipse.smarthome.binding.bluetooth:1.1.0]
    at org.sputnikdev.bluetooth.gattparser.spec.BluetoothGattSpecificationReader.readServicesRegistryFromClassPath(BluetoothGattSpecificationReader.java:257) [260:org.sputnikdev.org.eclipse.smarthome.binding.bluetooth:1.1.0]
    at org.sputnikdev.bluetooth.gattparser.spec.BluetoothGattSpecificationReader.<init>(BluetoothGattSpecificationReader.java:96) [260:org.sputnikdev.org.eclipse.smarthome.binding.bluetooth:1.1.0]
    at org.sputnikdev.bluetooth.gattparser.BluetoothGattParserFactory.getSpecificationReader(BluetoothGattParserFactory.java:59) [260:org.sputnikdev.org.eclipse.smarthome.binding.bluetooth:1.1.0]
    at org.sputnikdev.bluetooth.gattparser.BluetoothGattParserFactory.getDefault(BluetoothGattParserFactory.java:74) [260:org.sputnikdev.org.eclipse.smarthome.binding.bluetooth:1.1.0]