[
https://issues.jenkins-ci.org/browse/JENKINS-13467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161751#comment-161751
]
Sami Tikka commented on JENKINS-13467:
--------------------------------------
OK, I have now had a chance to look into this. I'm pretty sure this is not a
Jenkins bug, but a misconfiguration.
The Jenkins URL in global configuration is supposed to be a URL and if it is
set to "debian-amd64-chef" or "0.0.0.0", they are not valid URLs and thus it is
only appropriate that Jenkins should log a warning. As far as I can see from
this bug report, the only problem it causes is the warning and a stack trace,
which can be easily corrected by entering a valid URL into Jenkins global
configuration.
If I have misinterpreted the situation, please correct me. Otherwise I will
close this bug in a few days. Thank you.
> WARNING: Failed to advertise the service to DNS multi-cast
> -----------------------------------------------------------
>
> Key: JENKINS-13467
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13467
> Project: Jenkins
> Issue Type: Bug
> Components: jenkins-plugin-runtime
> Affects Versions: current
> Environment: Jenkins ver. 1.459 on Linux CentOS 6
> Reporter: Samuel Lopez
> Assignee: Sami Tikka
> Priority: Minor
>
> WARNING: Failed to advertise the service to DNS multi-cast
> java.net.MalformedURLException
> at java.net.URL.<init>(URL.java:617)
> at java.net.URL.<init>(URL.java:480)
> at java.net.URL.<init>(URL.java:429)
> 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
> at java.net.URL.<init>(URL.java:522)
> ... 7 more
> Apr 13, 2012 12:25:26 AM hudson.WebAppMain$2 run
> INFO: Jenkins is fully up and running
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira