21-11-2016, 18:51:45
Hallo Ollie,
auch bei mir keine Einbindung von Zuständen möglich.
UNINITIALIZED - HANDLER_INITIALIZING_ERROR
auch bei mir keine Einbindung von Zuständen möglich.
UNINITIALIZED - HANDLER_INITIALIZING_ERROR
Code:
2016-11-21 16:48:23.239 [DEBUG] [marthome.handler.InnogyDeviceHandler] - Initializing innogy SmartHome device handler.
2016-11-21 16:48:23.244 [DEBUG] [marthome.handler.InnogyDeviceHandler] - initializeThing thing innogysmarthome:VariableActuator:SMARTHOME06:9fe4b0fa01ce48f9a209fdfd46c31282 bridge status ONLINE
2016-11-21 16:48:23.249 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occured while initializing handler of thing 'innogysmarthome:VariableActuator:SMARTHOME06:9fe4b0fa01ce48f9a209fdfd46c31282': java.lang.NoSuchMethodError: org.eclipse.smarthome.core.thing.Bridge.getHandler()Lorg/eclipse/smarthome/core/thing/binding/BridgeHandler;
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: org.eclipse.smarthome.core.thing.Bridge.getHandler()Lorg/eclipse/smarthome/core/thing/binding/BridgeHandler;
at java.util.concurrent.FutureTask.report(FutureTask.java:122)[:1.8.0_101]
at java.util.concurrent.FutureTask.get(FutureTask.java:206)[:1.8.0_101]
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:186)[98:org.eclipse.smarthome.core:0.9.0.201610220816]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:79)[98:org.eclipse.smarthome.core:0.9.0.201610220816]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:63)[98:org.eclipse.smarthome.core:0.9.0.201610220816]
at org.eclipse.smarthome.core.thing.internal.ThingManager$9.run(ThingManager.java:755)[105:org.eclipse.smarthome.core.thing:0.9.0.201610220816]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_101]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_101]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_101]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_101]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_101]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_101]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_101]
Caused by: java.lang.NoSuchMethodError: org.eclipse.smarthome.core.thing.Bridge.getHandler()Lorg/eclipse/smarthome/core/thing/binding/BridgeHandler;
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.getInnogyBridgeHandler(InnogyDeviceHandler.java:170)
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initializeThing(InnogyDeviceHandler.java:116)
at org.openhab.binding.innogysmarthome.handler.InnogyDeviceHandler.initialize(InnogyDeviceHandler.java:100)
at org.eclipse.smarthome.core.thing.internal.ThingManager$9$1.call(ThingManager.java:758)
at org.eclipse.smarthome.core.thing.internal.ThingManager$9$1.call(ThingManager.java:1)
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:177)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_101]
... 3 more