Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595109 Details for
Bug 836184
Jenkins build always shows "waiting for build to schedule" in stage
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
More research from stage
bz836184-research-1.txt (text/plain), 7.42 KB, created by
Dan Mace
on 2012-06-28 19:01:01 UTC
(
hide
)
Description:
More research from stage
Filename:
MIME Type:
Creator:
Dan Mace
Created:
2012-06-28 19:01:01 UTC
Size:
7.42 KB
patch
obsolete
>=========================== >Add a Jenkins Server, then: >=========================== > >Jun 28, 2012 2:42:31 PM hudson.DNSMultiCast <init> >WARNING: Failed to advertise the service to DNS multi-cast >java.net.BindException: Permission denied > at java.net.PlainDatagramSocketImpl.bind0(Native Method) > at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:85) > at java.net.DatagramSocket.bind(DatagramSocket.java:373) > at java.net.MulticastSocket.<init>(MulticastSocket.java:165) > at java.net.MulticastSocket.<init>(MulticastSocket.java:130) > at javax.jmdns.impl.JmDNSImpl.openMulticastSocket(JmDNSImpl.java:448) > at javax.jmdns.impl.JmDNSImpl.<init>(JmDNSImpl.java:420) > at javax.jmdns.JmDNS.create(JmDNS.java:60) > at hudson.DNSMultiCast.<init>(DNSMultiCast.java:27) > 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) >Jun 28, 2012 2:42:31 PM hudson.WebAppMain$2 run >INFO: Jenkins is fully up and running > >=================================== >Add a PHP app, embed Jenkins, then: >=================================== > >WARNING: Called getInputStream after getParameter ... error > >========================= >Schedule a build, then... >========================= > >INFO: Initiating Java Client Service - Configured for OpenShift Server https://stg.openshift.redhat.com >com.openshift.express.client.NotFoundOpenShiftException: Could not find any OpenShift Express resource at "https://stg.openshift.redhat.com/broker/userinfo" > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:524) > at com.openshift.express.client.OpenShiftService.getUserInfo(OpenShiftService.java:126) > at hudson.plugins.openshift.OpenShiftCloud.getUserInfo(OpenShiftCloud.java:372) > at hudson.plugins.openshift.OpenShiftCloud.getSlaves(OpenShiftCloud.java:727) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:410) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:227) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:310) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.TimerThread.mainLoop(Timer.java:534) > at java.util.TimerThread.run(Timer.java:484) >Caused by: com.openshift.express.internal.client.httpclient.NotFoundException: Could not find resource https://stg.openshift.redhat.com/broker/userinfo > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:72) > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:517) > ... 10 more >Caused by: java.io.FileNotFoundException: https://stg.openshift.redhat.com/broker/userinfo > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1401) > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:70) > ... 11 more >Jun 28, 2012 2:50:22 PM hudson.plugins.openshift.OpenShiftCloud provision >SEVERE: Exception caught trying to load existing slaves >java.io.IOException: com.openshift.express.client.NotFoundOpenShiftException: Could not find any OpenShift Express resource at "https://stg.openshift.redhat.com/broker/userinfo" > at hudson.plugins.openshift.OpenShiftCloud.getUserInfo(OpenShiftCloud.java:377) > at hudson.plugins.openshift.OpenShiftCloud.getSlaves(OpenShiftCloud.java:727) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:410) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:227) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:310) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.TimerThread.mainLoop(Timer.java:534) > at java.util.TimerThread.run(Timer.java:484) >Caused by: com.openshift.express.client.NotFoundOpenShiftException: Could not find any OpenShift Express resource at "https://stg.openshift.redhat.com/broker/userinfo" > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:524) > at com.openshift.express.client.OpenShiftService.getUserInfo(OpenShiftService.java:126) > at hudson.plugins.openshift.OpenShiftCloud.getUserInfo(OpenShiftCloud.java:372) > ... 8 more >Caused by: com.openshift.express.internal.client.httpclient.NotFoundException: Could not find resource https://stg.openshift.redhat.com/broker/userinfo > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:72) > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:517) > ... 10 more >Caused by: java.io.FileNotFoundException: https://stg.openshift.redhat.com/broker/userinfo > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1401) > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:70) > ... 11 more >Jun 28, 2012 2:50:22 PM hudson.plugins.openshift.OpenShiftCloud provision >SEVERE: Exception caught trying to provision >java.lang.NullPointerException > at hudson.plugins.openshift.OpenShiftCloud.getSlave(OpenShiftCloud.java:615) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:475) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:227) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:310) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.TimerThread.mainLoop(Timer.java:534) > at java.util.TimerThread.run(Timer.java:484) >Jun 28, 2012 2:50:22 PM hudson.plugins.openshift.OpenShiftCloud provision >INFO: Provisioning new node for workload = 2 and label = phpapp-build >com.openshift.express.client.NotFoundOpenShiftException: Could not find any OpenShift Express resource at "https://stg.openshift.redhat.com/broker/userinfo" > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:524) > at com.openshift.express.client.OpenShiftService.getUserInfo(OpenShiftService.java:126) > at hudson.plugins.openshift.OpenShiftCloud.getUserInfo(OpenShiftCloud.java:372) > at hudson.plugins.openshift.OpenShiftCloud.getSlaves(OpenShiftCloud.java:727) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:410) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:227) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:310) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.TimerThread.mainLoop(Timer.java:534) > at java.util.TimerThread.run(Timer.java:484)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 836184
:
594989
| 595109