-------------------------------------Console-----------------------------------------
CONNECT/dev/tty.usbserial-fd12
2015-08-05 14:14:26 [ERROR] [.s.c.i.events.OSGiEventManager:173 ] - Dispatching event to subscriber 'org.eclipse.smarthome.core.events.EventSubscriber' timed out.java.util.concurrent.TimeoutException: null
at java.util.concurrent.FutureTask.get(FutureTask.java:205)
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchrnous(SafeMethodCaller.java:158)
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:75)
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:59)
at org.eclipse.smarthome.core.internal.events.OSGiEventManager.dispatchESHEvent(OSGiEventManager.java:163)
at org.eclipse.smarthome.core.internal.events.OSGiEventManager.handleEvent(OSGiEventManager.java:138)
at org.eclipse.smarthome.core.internal.events.OSGiEventManager.handleEvent(OSGiEventManager.java:122)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
2015-08-05 14:14:26 [INFO ] [arthome.event.ItemCommandEvent:43 ] - Item 'uvr2_inputs_70e61686_input1' received command ON
2015-08-05 14:14:26 [ERROR] [.c.thing.internal.ThingManager:259 ] - Exception occured while calling handler: nulljava.util.concurrent.TimeoutException: null
at java.util.concurrent.FutureTask.get(FutureTask.java:205)
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchrnous(SafeMethodCaller.java:158)
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:75)
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:59)
at org.eclipse.smarthome.core.thing.internal.ThingManager.receiveCommand(ThingManager.java:251)
at org.eclipse.smarthome.core.items.events.AbstractItemEventSubscriber.receive(AbstractItemEventSubscriber.java:46)
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:167)
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
-----------Code-----------
@Override
public void handleCommand(ChannelUID channelUID, Command command) {
if (channelUID.getId().equals(INPUT_1)) {
// String portName = (String) getThing().getConfiguration()
// .get(uvr2BindingConstants.CONFIG_PARAMETER_SERIAL_PORT);
System.out.println("CONNECT" + portName);
request();
}
}
Even if the method is empty,
--
You received this message because you are subscribed to the Google Groups "openhab2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab2+u...@googlegroups.com.
To post to this group, send email to open...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab2/8bcf49c7-b9a6-4d45-9f58-13e8b5e1737f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.