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 850640 Details for
Bug 1053788
Your credentials are not authorized to access "https://localhost/broker/rest/user"
[?]
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.
Jenkins error log from rhc tail jenkins
JenkinsLog (text/plain), 5.73 KB, created by
stuart.warren
on 2014-01-15 19:12:21 UTC
(
hide
)
Description:
Jenkins error log from rhc tail jenkins
Filename:
MIME Type:
Creator:
stuart.warren
Created:
2014-01-15 19:12:21 UTC
Size:
5.73 KB
patch
obsolete
>$ rhc tail jenkins > >Jan 15, 2014 6:43:50 PM hudson.plugins.openshift.OpenShiftCloud provision >INFO: Provisioning new node for workload = 2 and label = jbossas-build >Jan 15, 2014 6:43:50 PM hudson.plugins.openshift.OpenShiftCloud getOpenShiftConnection >INFO: Initiating Java Client Service - Configured for OpenShift Server https://localhost >Jan 15, 2014 6:43:50 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/api >Jan 15, 2014 6:43:50 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/user >Jan 15, 2014 6:43:50 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user". Will retry 4 more times before canceling build. >Jan 15, 2014 6:43:55 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/user >Jan 15, 2014 6:43:55 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user". Will retry 3 more times before canceling build. >Jan 15, 2014 6:44:00 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/user >Jan 15, 2014 6:44:00 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user". Will retry 2 more times before canceling build. >Jan 15, 2014 6:44:05 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/user >Jan 15, 2014 6:44:05 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user". Will retry 1 more times before canceling build. >Jan 15, 2014 6:44:10 PM com.openshift.internal.client.RestService request >INFO: Requesting GET with protocol 1.2 on https://localhost/broker/rest/user >Jan 15, 2014 6:44:10 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Caught com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user". Will retry 0 more times before canceling build. >Jan 15, 2014 6:44:15 PM hudson.plugins.openshift.OpenShiftCloud provision >WARNING: Cancelling build due to earlier exceptions >com.openshift.client.InvalidCredentialsOpenShiftException: Your credentials are not authorized to access "https://localhost/broker/rest/user" > at com.openshift.internal.client.RestService.request(RestService.java:130) > at com.openshift.internal.client.RestService.request(RestService.java:109) > at com.openshift.internal.client.RestService.request(RestService.java:92) > at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:139) > at com.openshift.internal.client.APIResource$GetUserRequest.execute(APIResource.java:245) > at com.openshift.internal.client.APIResource.getUser(APIResource.java:100) > at hudson.plugins.openshift.OpenShiftCloud.getSlaves(OpenShiftCloud.java:863) > at hudson.plugins.openshift.OpenShiftCloud.provisionSlave(OpenShiftCloud.java:440) > at hudson.plugins.openshift.OpenShiftCloud.provision(OpenShiftCloud.java:402) > at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:264) > at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:51) > at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:347) > at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) > at java.util.TimerThread.mainLoop(Timer.java:555) > at java.util.TimerThread.run(Timer.java:505) >Caused by: com.openshift.internal.client.httpclient.UnauthorizedException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> ><html><head> ><title>401 Unauthorized</title> ></head><body> ><h1>Unauthorized</h1> ><p>This server could not verify that you >are authorized to access the document >requested. Either you supplied the wrong >credentials (e.g., bad password), or your >browser doesn't understand how to supply >the credentials required.</p> ><hr> ><address>Apache/2.4.6 (Fedora) Server at localhost Port 80</address> ></body></html> > > at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:157) > at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:134) > at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:114) > at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:84) > at com.openshift.internal.client.RestService.request(RestService.java:175) > at com.openshift.internal.client.RestService.request(RestService.java:123) > ... 14 more >Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: https://localhost/broker/rest/user > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626) > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) > at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.request(UrlConnectionHttpClient.java:130) > ... 18 more >Jan 15, 2014 6:44:15 PM hudson.plugins.openshift.OpenShiftCloud cancelItem >INFO: Cancelling Item >Jan 15, 2014 6:44:15 PM hudson.plugins.openshift.OpenShiftCloud cancelItem >WARNING: Build jbossas-build jbossasbldr has been canceled >
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 1053788
: 850640 |
850641
|
850642