Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException at hudson.plugins.campfire.Room.speak(Room.java:29) #15

Open
baob opened this issue Jan 12, 2012 · 4 comments
Open

Comments

@baob
Copy link

baob commented Jan 12, 2012

This happens consistently in only one of our jenkins jobs. Can't figure out what's unique about that job that's causing the failure, it's certainly using the default (global config) room just like all the others.

Thoughts ?

Andy

BUILD SUCCESSFUL
Total time: 33 seconds
ERROR: Publisher hudson.plugins.campfire.CampfireNotifier aborted due to exception
java.lang.NullPointerException
    at hudson.plugins.campfire.Room.speak(Room.java:29)
    at hudson.plugins.campfire.CampfireNotifier.publish(CampfireNotifier.java:118)
    at hudson.plugins.campfire.CampfireNotifier.perform(CampfireNotifier.java:184)
    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
    at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:692)
    at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:667)
    at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:645)
    at hudson.model.Build$RunnerImpl.post2(Build.java:162)
    at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:614)
    at hudson.model.Run.run(Run.java:1429)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
    at hudson.model.ResourceController.execute(ResourceController.java:88)
    at hudson.model.Executor.run(Executor.java:238)
Finished: FAILURE
@rentalcustard
Copy link
Collaborator

Aha! Andy, you seem to be an excellent candidate for maintaining this now. Neither @thickpaddy nor I use Campfire any more, and I don't use Jenkins because I'm a cowboy these days.

Well volunteered, sir!

@baob
Copy link
Author

baob commented Jan 12, 2012

... aaaand a restart of the Jenkins daemon cures the problem. Which means there's no hurry for a fix at all.

@mmrwoods
Copy link
Owner

@mortice I have started using campfire again, but still no CI server, yeah! rollin', rollin', rollin', rawhide!

@baob
Copy link
Author

baob commented Jan 12, 2012

We have java devs here ... if it gets to be a problem I'll see if I can get one of them interested :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants