AFAIK the exception from DNSMultiCast is caused by a malformed URL in your Jenkins global configuration but it should not cause any problems, unless you have something that depends on multicast DNS. The fix is simple: change the Jenkins address in global configuration into a valid URL.
-- Sami 2012/4/9 Shane <[email protected]>: > > Hello, just installed Jenkins 1.459 and using a fresh home dir. I was having > issues upgrading the CVS/Subversion/Translation plugins with 1.458 but that > seems to be fixed now. I do get this on startup though... > > ←[33mApr 09, 2012 1:48:39 PM hudson.DNSMultiCast <init> > WARNING: Failed to advertise the service to DNS multi-cast > java.net.MalformedURLException > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at java.net.URL.<init>(Unknown Source) > at hudson.DNSMultiCast.<init>(DNSMultiCast.java:45) > at jenkins.model.Jenkins.<init>(Jenkins.java:787) > at hudson.model.Hudson.<init>(Hudson.java:81) > at hudson.model.Hudson.<init>(Hudson.java:77) > at hudson.WebAppMain$2.run(WebAppMain.java:217) > Caused by: java.lang.NullPointerException > ... 8 more > > Of more concern though is that after installing the Buckminster plugin, > restarting and configuring it, I can't seem to select it as a Build Step. Am > I missing something? Do I need to do something else first? This happened > with 1.458 too. I tried both the Install option and using my local copy. I > try to select it in the drop-down and it just goes back to Add Build Step. > Ant and Maven work fine. >
