Java – Jenkins build blocked “option Code: 65002”

My Jenkins can't build our project. This is the log:

Jenkins is fully up and running
déc. 02,2014 12:34:35 PM Infos hudson.triggers.SCMTrigger$Runner run
SCM changes detected in ADRIA_LIVE_BUILD. Triggering  #2487
déc. 02,2014 12:37:02 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 38F74FF84C6CD8A3
déc. 02,2014 12:37:16 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 38F74FF84C6CD8A3
déc. 02,2014 12:45:24 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 38F74FF84C6CD8A3
déc. 02,2014 12:46:34 PM Infos hudson.triggers.SCMTrigger$Runner run
SCM changes detected in ADRIA_LIVE_BUILD. Triggering  #2487
déc. 02,2014 12:52:34 PM Infos hudson.triggers.SCMTrigger$Runner run
SCM changes detected in ADRIA_LIVE_BUILD. Triggering  #2487
déc. 02,2014 12:56:15 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 38F74FF84C6CD8A3
déc. 02,2014 2:53:53 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 2A965E49808B6AAD
déc. 02,2014 2:54:45 PM Avertissement javax.jmdns.impl.DNSIncoming readAnswer
There was an OPT answer. Not currently handled. Option code: 65002 data: 2A965E49808B6AAD

Did I miss anything?

Solution

This seems to happen only on MacOS

The specific error for Jenkins is https://issues.jenkins-ci.org/browse/JENKINS-25369

It has been fixed in the library source code( https://github.com/openhab/jmdns/pull/16/files , February 2015), but it is not included in the current Jenkins (as of July 2015)

As a workaround, you can start Jenkins like this:

java -Dhudson.DNSMultiCast.disabled=true -jar jenkins.war
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>