[
https://issues.jenkins-ci.org/browse/JENKINS-13467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161662#comment-161662
]
whren edited comment on JENKINS-13467 at 4/16/12 10:58 PM:
-----------------------------------------------------------
Face the same issue with 1.459 and 1.460 on debian 6.0.4 x64, standalone :
Launched with -Dhudson.DNSMultiCast.disabled=true
KO on HTTP_HOST=debian-amd64-chef (which resolve to 127.0.0.1)
OK on HTTP_HOST=0.0.0.0
Stacktrace :
Apr 16, 2012 8:21:02 PM hudson.DNSMultiCast <init>
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 16, 2012 8:21:02 PM hudson.WebAppMain$2 run
INFO: Jenkins is fully up and running
was (Author: whren):
Face the same issue with 1.459 and 1.460 on debian 6.0.4 x64, standalone,
no plugins, no auth :
Launched with -Dhudson.DNSMultiCast.disabled=true
OK on first run after fresh install, app accessible on http://ip:port
KO on later runs, app not accessible on http://ip:port
Stacktrace :
Apr 16, 2012 8:21:02 PM hudson.DNSMultiCast <init>
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 16, 2012 8:21:02 PM hudson.WebAppMain$2 run
INFO: Jenkins is fully up and running
> 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