[JIRA] [core] (JENKINS-35523) Jenkins 2.0 stuck during initial install

12 views
Skip to first unread message

chris@orr.me.uk (JIRA)

unread,
Jun 10, 2016, 5:01:02 AM6/10/16
to jenkinsc...@googlegroups.com
Christopher Orr moved an issue
 
Jenkins / Bug JENKINS-35523
Jenkins 2.0 stuck during initial install
Change By: Christopher Orr
Project: Infrastructure Jenkins
Key: INFRA JENKINS - 747 35523
Workflow: classic default workflow JNJira
Component/s: core
Component/s: core
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

chris@orr.me.uk (JIRA)

unread,
Jun 10, 2016, 5:02:01 AM6/10/16
to jenkinsc...@googlegroups.com
Christopher Orr assigned an issue to Unassigned
Change By: Christopher Orr
Assignee: R. Tyler Croy

nikem@plumbr.eu (JIRA)

unread,
Jun 10, 2016, 5:04:07 AM6/10/16
to jenkinsc...@googlegroups.com
Nikita Salnikov-Tarnovski commented on Bug JENKINS-35523
 
Re: Jenkins 2.0 stuck during initial install

Now I see that this seems to be fixed in

JENKINS-33244 . Any info when that will be released?

chris@orr.me.uk (JIRA)

unread,
Jun 10, 2016, 5:10:01 AM6/10/16
to jenkinsc...@googlegroups.com

Moved this ticket to the correct project, as it's not an Jenkins project infrastructure issue.

I assume you mean Jenkins 2.8 (rather than Jetty)?
Are you behind a proxy? Are you able to provide the Jenkins logs? Otherwise, there isn't a good way of seeing exactly what the problem is.
You can also skip the setup wizard without installing any plugins.

nikem@plumbr.eu (JIRA)

unread,
Jun 10, 2016, 5:13:01 AM6/10/16
to jenkinsc...@googlegroups.com
Nikita Salnikov-Tarnovski updated an issue
 
Change By: Nikita Salnikov-Tarnovski
I am trying to install  Jetty  Jenkins  2.8 for the first time. I see first screen, which asks me to install plugins. I select the recommended ones.

Currently I have some networking issues so Jenkins get several socket timeouts. As a result, some plugins cannot be installed and I stuck on the plugin installation page without any means to continue or restart. Have to start from scratch and then network issues again.

So I am unable to install Jenkins for 2 days already.

chris@orr.me.uk (JIRA)

unread,
Jun 10, 2016, 5:15:01 AM6/10/16
to jenkinsc...@googlegroups.com
 
Re: Jenkins 2.0 stuck during initial install

The changes from

JENKINS-33244 were released in Jenkins 2.1.

nikem@plumbr.eu (JIRA)

unread,
Jun 10, 2016, 5:38:02 AM6/10/16
to jenkinsc...@googlegroups.com

Sorry, of course I was talking about Jenkins 2.8

I have errors like this:

SEVERE: Failed to install SSH Slaves plugin
hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/ssh-slaves/1.11/ssh-slaves.hpi
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1153)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1650)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1848)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1624)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1889)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1884)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1883)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1456)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1105)
... 7 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2942)
at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
at java.net.URLConnection.getContentLength(URLConnection.java:485)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1104)
... 7 more

And as result I am stuck with the screen as attached. No way to move forward.

nikem@plumbr.eu (JIRA)

unread,
Jun 10, 2016, 5:39:02 AM6/10/16
to jenkinsc...@googlegroups.com
Nikita Salnikov-Tarnovski updated an issue
Change By: Nikita Salnikov-Tarnovski
Attachment: Screen Shot 2016-06-10 at 12.36.28.png

o.v.nenashev@gmail.com (JIRA)

unread,
Jun 11, 2016, 8:16:01 PM6/11/16
to jenkinsc...@googlegroups.com
Oleg Nenashev assigned an issue to Oleg Nenashev
Change By: Oleg Nenashev
Assignee: Oleg Nenashev

o.v.nenashev@gmail.com (JIRA)

unread,
Jun 11, 2016, 8:16:01 PM6/11/16
to jenkinsc...@googlegroups.com
Oleg Nenashev started work on Bug JENKINS-35523
 
Change By: Oleg Nenashev
Status: Open In Progress

o.v.nenashev@gmail.com (JIRA)

unread,
Jun 11, 2016, 8:17:01 PM6/11/16
to jenkinsc...@googlegroups.com

afahd@plumgrid.com (JIRA)

unread,
Aug 17, 2016, 4:07:04 AM8/17/16
to jenkinsc...@googlegroups.com

Guys any update on this ?

This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

o.v.nenashev@gmail.com (JIRA)

unread,
Aug 17, 2016, 5:20:02 AM8/17/16
to jenkinsc...@googlegroups.com

Uhm, it should have been fixed. I'll check it

rbnaveen558@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:37:01 AM12/14/16
to jenkinsc...@googlegroups.com

The same issue observed in 2.19.4 version which is marked as LTS build for Windows as of today (14-12-2016).

rbnaveen558@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:37:02 AM12/14/16
to jenkinsc...@googlegroups.com

rbnaveen558@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:38:01 AM12/14/16
to jenkinsc...@googlegroups.com
Naveen Kumar edited a comment on Bug JENKINS-35523
The same issue observed in 2.19.4 version which is marked as LTS build for Windows as of today (14-12-2016).   Added 1.png as an attachement

rbnaveen558@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:38:02 AM12/14/16
to jenkinsc...@googlegroups.com
Naveen Kumar edited a comment on Bug JENKINS-35523
The same issue observed in 2.19.4 version which is marked as LTS build for Windows as of today (14-12-2016).  Added 1.png as an attachement attachment.

o.v.nenashev@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:39:01 AM12/14/16
to jenkinsc...@googlegroups.com
Oleg Nenashev stopped work on Bug JENKINS-35523
 
Change By: Oleg Nenashev
Status: In Progress Open

o.v.nenashev@gmail.com (JIRA)

unread,
Dec 14, 2016, 5:41:01 AM12/14/16
to jenkinsc...@googlegroups.com

Sorry, dropped the ball on this issue. Will Circle back to my colleagues

o.v.nenashev@gmail.com (JIRA)

unread,
Dec 21, 2016, 4:26:01 AM12/21/16
to jenkinsc...@googlegroups.com
Oleg Nenashev assigned an issue to Unassigned
 
Change By: Oleg Nenashev
Assignee: Oleg Nenashev
Reply all
Reply to author
Forward
0 new messages