Bug 1116823 - "WARNING: Failed to broadcast over UDP" appears in jenkins.log when git push change to a jenkins app
Summary: "WARNING: Failed to broadcast over UDP" appears in jenkins.log when git push ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: ImageStreams
Version: 2.1.0
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: ---
: ---
Assignee: Brenton Leanhardt
QA Contact: libra bugs
URL:
Whiteboard:
Depends On: 993561
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-07 11:47 UTC by Brenton Leanhardt
Modified: 2014-08-26 13:52 UTC (History)
10 users (show)

Fixed In Version: openshift-origin-cartridge-jenkins-client-1.19.3.3-1.el6op, openshift-origin-cartridge-jenkins-1.20.3.4-1.el6op
Doc Type: Bug Fix
Doc Text:
Due to a default Jenkins setting, an error message appeared in Jenkins logs in environments where UDP was disabled. This bug fix adds a new marker file to disable UDP for Jenkins by default, because it is not required for OpenShift Enterprise, and the errors no longer appear as a result. A cartridge upgrade is required after applying this fix.
Clone Of: 993561
Environment:
Last Closed: 2014-08-26 13:52:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:1095 0 normal SHIPPED_LIVE Red Hat OpenShift Enterprise 2.1.5 bug fix and enhancement update 2014-08-26 17:51:34 UTC

Description Brenton Leanhardt 2014-07-07 11:47:24 UTC
+++ This bug was initially created as a clone of Bug #993561 +++

Description of problem:
Create jenkins server, and touch any blank file under the repo. Git push the change. And check the jenkins.log via rhc tail.

We can found in the jenkins.log:
WARNING: Failed to broadcast over UDP
java.net.BindException: Permission denied
	at java.net.PlainDatagramSocketImpl.bind0(Native Method)
	at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:95)
	at java.net.DatagramSocket.bind(DatagramSocket.java:376)
	at java.net.MulticastSocket.<init>(MulticastSocket.java:172)
	at java.net.MulticastSocket.<init>(MulticastSocket.java:137)
	at hudson.UDPBroadcastThread.<init>(UDPBroadcastThread.java:69)
	at jenkins.model.Jenkins.<init>(Jenkins.java:822)
	at hudson.model.Hudson.<init>(Hudson.java:81)
	at hudson.model.Hudson.<init>(Hudson.java:77)
	at hudson.WebAppMain$2.run(WebAppMain.java:214)


Version-Release number of selected component (if applicable):
devenv_3616

How reproducible:
always

Steps to Reproduce:
1.Create jenkins server
2.Do some changes in the git repo and push them
3.Check the jenkins.log

Actual results:
Some warning message appears in the jenkins.log

Expected results:
No such warning meesages.

Additional info:
Since AWS is not allowed broadcast/multicast over UDP, we should disable such modules to avoid the warning/error messages.

--- Additional comment from Andy Goldstein on 2013-08-07 16:50:26 EDT ---

It looks like this commit adds support to disable it by setting a Java system property: https://github.com/jenkinsci/jenkins/commit/19f34b54d6cd69f837552a21d8adb41f3b5fba91

I think this was first introduced in Jenkins 1.514

--- Additional comment from Ben Parees on 2013-12-16 11:03:06 EST ---

Waiting on testing of update to latest jenkins.

--- Additional comment from openshift-github-bot on 2014-01-03 13:06:50 EST ---

Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/48f66cdf01510560bbf4bfda1313813da405987a
bug 993561: WARNING: Failed to broadcast over UDP appears in jenkins.log when git push change to a jenkins app

--- Additional comment from Ben Parees on 2014-01-10 11:26:46 EST ---

The fix for this is prepared but until we move up to jenkins 1.540+ we don't have all the pieces aligned to deliver it.

The version of jenkins that supports disabling UDP also requires that the openshift-jenkins-plugin needs to pass "-jar-cache $OPENSHIFT_DATA_DIR/.jenkins/cache/jars" on the slave launch to avoid putting the jar-cache in a non-writeable directory.

--- Additional comment from Ben Parees on 2014-06-30 23:35:04 EDT ---

https://github.com/openshift/origin-server/pull/5552

--- Additional comment from Meng Bo on 2014-07-02 02:17:46 EDT ---

Checked on devenv_4932, with disable_jenkins_udp_broadcast present, the UDP broadcast error will not show anymore.

Jul 02, 2014 6:11:53 AM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Jul 02, 2014 6:11:54 AM org.springframework.web.context.support.StaticWebApplicationContext prepareRefresh
INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@1a3dda2: display name [Root WebApplicationContext]; startup date [Wed Jul 02 06:11:54 EDT 2014]; root of context hierarchy
Jul 02, 2014 6:11:54 AM org.springframework.web.context.support.StaticWebApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@1a3dda2]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1b1786
Jul 02, 2014 6:11:54 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b1786: defining beans [authenticationManager]; root of factory hierarchy
Jul 02, 2014 6:11:54 AM org.springframework.web.context.support.StaticWebApplicationContext prepareRefresh
INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@f4821d: display name [Root WebApplicationContext]; startup date [Wed Jul 02 06:11:54 EDT 2014]; root of context hierarchy
Jul 02, 2014 6:11:54 AM org.springframework.web.context.support.StaticWebApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@f4821d]: org.springframework.beans.factory.support.DefaultListableBeanFactory@a02f4f
Jul 02, 2014 6:11:54 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a02f4f: defining beans [filter,legacy]; root of factory hierarchy
Jul 02, 2014 6:11:55 AM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running

Comment 1 Brenton Leanhardt 2014-07-07 11:48:19 UTC
We'll need this PR too: https://github.com/openshift/origin-server/pull/5552

Comment 2 Brenton Leanhardt 2014-08-01 14:26:02 UTC
With 2.1.4 we will ship the required Jenkins version for this change.

Upstream commit:

commit 130f246a1940ed5b56e64bff7f3ba2ceee23f78e
Author: Ben Parees <bparees>
Date:   Mon Jun 23 14:08:50 2014 -0400

    "WARNING: Failed to broadcast over UDP" appears in jenkins.log
    
    https://bugzilla.redhat.com/show_bug.cgi?id=993561

Comment 5 Gaoyun Pei 2014-08-04 09:26:37 UTC
Checked the code on puddle 2.1.z/2014-08-01.1, found not all changes in the patch were merged into latest packages. 

"disable_jenkins_udp_broadcast" marker file was missing from package openshift-origin-cartridge-jenkins-1.20.3.3-1.el6op.noarch.

Comment 6 Brenton Leanhardt 2014-08-04 13:28:41 UTC
My apologies. When diff'ing for changes to build for 2.1.5 I missed the fact that this new marker file was added since it's an empty file.

Comment 8 Gaoyun Pei 2014-08-05 01:57:50 UTC
Checked on puddle 2.1.z/2014-08-04.1, the patch has been merged into openshift-origin-cartridge-jenkins-client-1.19.3.3-1.el6op.noarch and openshift-origin-cartridge-jenkins-1.20.3.4-1.el6op.noarch

No UDP broadcast error shown during git push for jenkins app.

Comment 10 errata-xmlrpc 2014-08-26 13:52:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2014-1095.html


Note You need to log in before you can comment on or make changes to this bug.