Posts

Showing posts from August, 2013

Dealing with DeployIt Timer problem

I hate it when it occurs but got to face this every few days when the number of deployments are high. We run our deployments through a DeployIt plugin off Jenkins and sometimes get the following error in the logs. [ERROR]: Task failed. [ERROR]: nl.javadude.t2bus.BusException: java.lang.IllegalStateException: Timer already cancelled. [ERROR]: at nl.javadude.t2bus.event.strategy.ThrowingEventHandlerStrategy.handleInvocationTargetException(ThrowingEventHandlerStrategy.java:11) [ERROR]: at nl.javadude.t2bus.event.strategy.BaseEventHandlerStrategy.handle(BaseEventHandlerStrategy.java:19) [ERROR]: at nl.javadude.t2bus.T2Bus.handle(T2Bus.java:373) [ERROR]: at nl.javadude.t2bus.T2Bus.dispatch(T2Bus.java:359) [ERROR]: at nl.javadude.t2bus.T2Bus.dispatchQueuedEvents(T2Bus.java:341) [ERROR]: at nl.javadude.t2bus.T2Bus.post(T2Bus.java:275) [ERROR]: at nl.javadude.t2bus.T2Bus.post(T2Bus.java:298) [ERROR]: at com.xebialabs.deployit.engine.tasker.EventBusAdapter.post(EventBusAdapter.java:2...