Skip to content

Instantly share code, notes, and snippets.

@joshbrand
Created April 12, 2013 15:28
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 joshbrand/5372875 to your computer and use it in GitHub Desktop.
Save joshbrand/5372875 to your computer and use it in GitHub Desktop.
Jenkins IRCbot NullPointerException
1365780305463 <<<:jbrand!jbrand@rackspace-i0j.ndn.vmd5l0.IP PRIVMSG #atltest :!jenkins help
1365780305465 ### Your implementation of PircBotX is faulty and you have
1365780305465 ### allowed an uncaught Exception or Error to propagate in your
1365780305465 ### code. It may be possible for PircBotX to continue operating
1365780305465 ### normally. Here is the stack trace that was produced: -
1365780305465 ###
1365780305465 ### java.lang.NullPointerException
1365780305466 ### at org.jenkinsci.plugins.GithubSecurityRealm.loadGroupByGroupname(GithubSecurityRealm.java:459)
1365780305466 ### at org.jenkinsci.plugins.GithubSecurityRealm.loadUserByUsername(GithubSecurityRealm.java:428)
1365780305466 ### at hudson.plugins.im.IMConnectionProvider.impersonateUser(IMConnectionProvider.java:142)
1365780305466 ### at hudson.plugins.im.IMConnectionProvider.access$300(IMConnectionProvider.java:22)
1365780305466 ### at hudson.plugins.im.IMConnectionProvider$1.getAuthentication(IMConnectionProvider.java:134)
1365780305466 ### at hudson.plugins.im.bot.Bot.onMessage(Bot.java:136)
1365780305466 ### at hudson.plugins.ircbot.v2.PircListener.onMessage(PircListener.java:79)
1365780305466 ### at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1365780305466 ### at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
1365780305466 ### at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365780305466 ### at java.lang.reflect.Method.invoke(Method.java:616)
1365780305466 ### at org.pircbotx.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:79)
1365780305466 ### at org.pircbotx.hooks.managers.ThreadedListenerManager$1.run(ThreadedListenerManager.java:110)
1365780305466 ### at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
1365780305466 ### at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
1365780305466 ### at java.util.concurrent.FutureTask.run(FutureTask.java:166)
1365780305466 ### at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
1365780305466 ### at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
1365780305466 ### at java.lang.Thread.run(Thread.java:679)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment