Issue Type: Bug Bug
Assignee: OHTAKE Tomohiro
Components: ghprb
Created: 05/Sep/14 2:56 AM
Description:

GitHub Pull Request Builder plugin does not work behind HTTP proxies.

Sep 03, 2014 2:09:00 PM org.jenkinsci.plugins.ghprb.GhprbGitHub connect
SEVERE: Can't connect to https://api.github.com using oauth
Sep 03, 2014 2:09:00 PM org.jenkinsci.plugins.ghprb.GhprbRepository initGhRepository
SEVERE: Error while accessing rate limit API
java.net.UnknownHostException: api.github.com
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
        at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
        at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:275)
        at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
        at org.kohsuke.github.Requester.parse(Requester.java:383)
        at org.kohsuke.github.Requester._to(Requester.java:185)
        at org.kohsuke.github.Requester.to(Requester.java:160)
        at org.kohsuke.github.GitHub.getMyself(GitHub.java:265)
        at org.kohsuke.github.GitHub.<init>(GitHub.java:134)
        at org.kohsuke.github.GitHub.connectUsingOAuth(GitHub.java:191)
        at org.jenkinsci.plugins.ghprb.GhprbGitHub.connect(GhprbGitHub.java:22)
        at org.jenkinsci.plugins.ghprb.GhprbGitHub.get(GhprbGitHub.java:38)
        at org.jenkinsci.plugins.ghprb.GhprbRepository.initGhRepository(GhprbRepository.java:49)
        at org.jenkinsci.plugins.ghprb.GhprbRepository.check(GhprbRepository.java:72)
        at org.jenkinsci.plugins.ghprb.Ghprb.run(Ghprb.java:97)
        at org.jenkinsci.plugins.ghprb.GhprbTrigger.run(GhprbTrigger.java:140)
        at hudson.triggers.Trigger.checkTriggers(Trigger.java:266)
        at hudson.triggers.Trigger$Cron.doRun(Trigger.java:214)
        at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Environment: ghprb 1.15-1
Jenkins 1.578
OpenJDK 7u65-2.5.1-4ubuntu1~0.14.04.2
Ubuntu 14.04.1 LTS x86_64
Project: Jenkins
Priority: Major Major
Reporter: OHTAKE Tomohiro
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to