Skip to content

Instantly share code, notes, and snippets.

@oliof
Created October 5, 2017 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliof/14a8bf635fd2e720f892b9cc77db99f2 to your computer and use it in GitHub Desktop.
Save oliof/14a8bf635fd2e720f892b9cc77db99f2 to your computer and use it in GitHub Desktop.
expire binding based sequential dimming still fails
2017-10-05 11:37:24.252 [INFO ] [marthome.model.script.Volierendimmer] - Volierendimmer Mittag Start: 30
2017-10-05 11:39:25.358 [INFO ] [marthome.model.script.Volierendimmer] - Volierendimmer: 30/20
2017-10-05 11:39:25.386 [INFO ] [marthome.model.script.Volierendimmer] - Volierendimmer Mittag Start: 20
2017-10-05 11:39:25.478 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while calling handler: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e1d5ca rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e1d5ca rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
at org.eclipse.smarthome.core.common.SafeMethodCaller.executeDirectly(SafeMethodCaller.java:220)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:189)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:83)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:67)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.receiveCommand(ThingManager.java:374)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.items.events.AbstractItemEventSubscriber.receive(AbstractItemEventSubscriber.java:47)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:192)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:1)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_65]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_65]
Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1e1d5ca rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)[:1.8.0_65]
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)[:1.8.0_65]
at org.eclipse.californium.core.network.CoapEndpoint.runInProtocolStage(CoapEndpoint.java:692)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.network.CoapEndpoint.sendRequest(CoapEndpoint.java:390)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.send(CoapClient.java:897)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.send(CoapClient.java:879)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.asynchronous(CoapClient.java:742)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.put(CoapClient.java:564)[183:californium-osgi:1.0.5]
at org.eclipse.smarthome.binding.tradfri.internal.TradfriCoapClient.asyncPut(TradfriCoapClient.java:67)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.set(TradfriLightHandler.java:137)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.setBrightness(TradfriLightHandler.java:143)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.handleBrightnessCommand(TradfriLightHandler.java:180)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.handleCommand(TradfriLightHandler.java:168)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:377)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.executeDirectly(SafeMethodCaller.java:218)[98:org.eclipse.smarthome.core:0.9.0.b5]
... 12 more
2017-10-05 11:39:25.638 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while calling handler: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@168b6ce rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@168b6ce rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
at org.eclipse.smarthome.core.common.SafeMethodCaller.executeDirectly(SafeMethodCaller.java:220)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:189)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:83)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:67)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager.receiveCommand(ThingManager.java:374)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.items.events.AbstractItemEventSubscriber.receive(AbstractItemEventSubscriber.java:47)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:192)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:1)[98:org.eclipse.smarthome.core:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:181)[98:org.eclipse.smarthome.core:0.9.0.b5]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_65]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_65]
Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@168b6ce rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)[:1.8.0_65]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)[:1.8.0_65]
at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)[:1.8.0_65]
at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)[:1.8.0_65]
at org.eclipse.californium.core.network.CoapEndpoint.runInProtocolStage(CoapEndpoint.java:692)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.network.CoapEndpoint.sendRequest(CoapEndpoint.java:390)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.send(CoapClient.java:897)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.send(CoapClient.java:879)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.asynchronous(CoapClient.java:742)[183:californium-osgi:1.0.5]
at org.eclipse.californium.core.CoapClient.put(CoapClient.java:564)[183:californium-osgi:1.0.5]
at org.eclipse.smarthome.binding.tradfri.internal.TradfriCoapClient.asyncPut(TradfriCoapClient.java:67)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.set(TradfriLightHandler.java:137)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.setBrightness(TradfriLightHandler.java:143)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.handleBrightnessCommand(TradfriLightHandler.java:180)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.binding.tradfri.handler.TradfriLightHandler.handleCommand(TradfriLightHandler.java:168)[185:org.eclipse.smarthome.binding.tradfri:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:377)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b5]
at org.eclipse.smarthome.core.common.SafeMethodCaller.executeDirectly(SafeMethodCaller.java:218)[98:org.eclipse.smarthome.core:0.9.0.b5]
... 12 more
2017-10-05 11:41:30.798 [INFO ] [marthome.model.script.Volierendimmer] - Volierendimmer: 20/10
2017-10-05 11:41:30.823 [INFO ] [marthome.model.script.Volierendimmer] - Volierendimmer Mittag Start: 10
2017-10-05 11:41:30.926 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occurred while calling handler: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@4d23af rejected from java.util.concurrent.ScheduledThreadPoolExecutor@1d784c6[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 846]
java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: Task java.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment