I think we have a similar issue, internally reported as: https://www.drupal.org/node/2159903

When I restart jenkins I get this RuntimeException:

IRC notifier plugin: Sending notification to: #aegir
IRC notifier plugin: There was an error sending notification to: #aegir
java.lang.RuntimeException: Waiting for mode response interrupted
at org.pircbotx.Channel.getMode(Channel.java:133)
at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:276)
at hudson.plugins.ircbot.v2.IRCConnection.send(IRCConnection.java:268)
at hudson.plugins.im.IMPublisher.sendNotification(IMPublisher.java:379)
at hudson.plugins.im.IMPublisher.notifyChatsOnBuildEnd(IMPublisher.java:585)
at hudson.plugins.im.IMPublisher.notifyOnBuildEnd(IMPublisher.java:304)
at hudson.plugins.im.IMPublisher.perform(IMPublisher.java:291)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:725)
at hudson.model.Run.execute(Run.java:1709)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:979)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1281)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:207)
at org.pircbotx.Channel.getMode(Channel.java:127)
... 15 more

An older RuntimeException from the jenkins log, I guess the first notice of when the connection was lost.

Aug 6, 2014 2:31:18 AM hudson.plugins.ircbot.v2.IRCConnection send
WARNING: Bot is configured to use colors, but channel #aegir disallows colors!
Exception in thread "bot1-input" java.lang.RuntimeException: Waiting for mode response interrupted
at org.pircbotx.Channel.getMode(Channel.java:133)
at org.pircbotx.Channel.getModeArgument(Channel.java:182)
at org.pircbotx.Channel.getChannelKey(Channel.java:239)
at org.pircbotx.PircBotX.shutdown(PircBotX.java:2872)
at org.pircbotx.PircBotX.shutdown(PircBotX.java:2833)
at org.pircbotx.InputThread.run(InputThread.java:115)
Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1279)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:207)
at org.pircbotx.Channel.getMode(Channel.java:127)
... 5 more

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to