[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2020-04-26 Thread akrititiwar...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 akriti tiwari commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 i am getting the same issue    java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at sun.net.www.MeteredStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at org.apache.commons.io.input.ProxyInputStream.read(ProxyInputStream.java:78) at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1245) Caused: java.io.IOException: Failed to load http://updates.jenkins-ci.org/download/war/2.222.3/jenkins.war to E:\Jenkins\jenkins.war.tmp at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1250) Caused: java.io.IOException: Failed to download from http://updates.jenkins-ci.org/download/war/2.222.3/jenkins.war (redirected to: http://ftp-chi.osuosl.org/pub/jenkins/war-stable/2.222.3/jenkins.war) at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1284) at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1832) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1806) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:111) at java.lang.Thread.run(Unknown Source)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
 

[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2020-01-19 Thread prince...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Prince Ake commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 Simon Tunnat Were you able to resolve this issue? Hi All, I am still getting the issue described above 

 

curl -sSfL --connect-timeout 20 --retry 3 --retry-delay 0 --retry-max-time 60 https://updates.jenkins.io/download/plugins/workflow-aggregator-plugin/2.6/workflow-aggregator-plugin.hpi -o /usr/share/jenkins/ref/plugins/workflow-aggregator-plugin.jpi
curl: (22) The requested URL returned error: 404 Not Found


 

 I am trying to install Jenkins using helm, and my pod get stuck initializing due to the error above. If it is possible to disable the plugin installation as a workaround, that would be great.  

 

# List of plugins to be install during Jenkins master start
  installPlugins:
- kubernetes:1.21.2
- workflow-job:2.36
- workflow-aggregator:2.6
- credentials-binding:1.20
- git:4.0.0
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this 

[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-12-30 Thread c...@creemama.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chris Topher updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51849  
 
 
  Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
Change By: 
 Chris Topher  
 
 
Comment: 
 After updating Jenkins to 2.210, we started getting SocketTimeoutExceptions as well.We did the following to fix the problem: # Navigate to Manage Jenkins > Manage Plugins > Advanced (tab). # Change the Update Site URL from [http://updates.jenkins-ci.org/update-center.json] to [https://updates.jenkins-ci.org/update-center.json] .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191325.1528691966000.1107.1577734440309%40Atlassian.JIRA.


[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-12-30 Thread c...@creemama.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chris Topher edited a comment on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 After updating Jenkins  to  2.210, we started getting SocketTimeoutExceptions as well.We did the following to fix the problem: # Navigate to Manage Jenkins > Manage Plugins > Advanced (tab). # Change the Update Site URL from [http://updates.jenkins-ci.org/update-center.json] to [https://updates.jenkins-ci.org/update-center.json] .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191325.1528691966000.1102.1577733960188%40Atlassian.JIRA.


[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-12-30 Thread c...@creemama.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chris Topher commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 After updating Jenkins 2.210, we started getting SocketTimeoutExceptions as well. We did the following to fix the problem: 
 
Navigate to Manage Jenkins > Manage Plugins > Advanced (tab). 
Change the Update Site URL from http://updates.jenkins-ci.org/update-center.json to https://updates.jenkins-ci.org/update-center.json . 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191325.1528691966000.1097.1577733900209%40Atlassian.JIRA.


[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-12-11 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 Even curl fails: 

 

$ curl -i --verbose http://updates.jenkins-ci.org
* About to connect() to updates.jenkins-ci.org port 80 (#0)
*   Trying 52.202.51.185...
* Connection refused
* Failed connect to updates.jenkins-ci.org:80; Connection refused
* Closing connection 0
curl: (7) Failed connect to updates.jenkins-ci.org:80; Connection refused
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191325.1528691966000.5002.1576053186653%40Atlassian.JIRA.


[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-12-11 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 I'm currently having the same issue: 

 

Starting the installation of chucknorris on behalf of anonymous
Dec 11, 2019 9:29:22 AM INFO hudson.model.UpdateCenter$UpdateCenterConfiguration downloadDownloading chucknorris
Dec 11, 2019 9:29:22 AM SEVERE hudson.model.UpdateCenter$DownloadJob runFailed to install chucknorris
java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:607)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.http.HttpClient.(HttpClient.java:242)
	at sun.net.www.http.HttpClient.New(HttpClient.java:339)
	at sun.net.www.http.HttpClient.New(HttpClient.java:357)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
	at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061)
	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:1161)
Caused: java.net.SocketTimeoutException: connect timed out
	at sun.reflect.GeneratedConstructorAccessor60.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1177)
Caused: java.io.IOException: Failed to load http://updates.jenkins-ci.org/download/plugins/chucknorris/1.2/chucknorris.hpi to /opt/jenkins/plugins/chucknorris.jpi.tmp
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1184)
Caused: java.io.IOException: Failed to download from 

[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-10-31 Thread asank...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Asanka Vithanage commented on  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
 Observing following issue when try to update the plugins or try to start new Jenkins server. 

 

java.net.SocketTimeoutException: connect timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.http.HttpClient.(HttpClient.java:242)
	at sun.net.www.http.HttpClient.New(HttpClient.java:339)
	at sun.net.www.http.HttpClient.New(HttpClient.java:357)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
	at sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2729)
	at sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2641)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1824)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
	at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)
	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:1126)
Caused: java.net.SocketTimeoutException: connect 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:423)
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1139)
Caused: java.io.IOException: Failed to load http://updates.jenkins-ci.org/download/plugins/workflow-step-api/2.20/workflow-step-api.hpi to /home/perfuser/.jenkins/plugins/workflow-step-api.jpi.tmp
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1146)
Caused: 

[JIRA] (JENKINS-51849) Plugins install fails due to java.net.SocketTimeoutException: Read timed out error

2019-10-31 Thread asank...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Asanka Vithanage updated  JENKINS-51849  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51849  
 
 
  Plugins install fails due to java.net.SocketTimeoutException: Read timed out error   
 

  
 
 
 
 

 
Change By: 
 Asanka Vithanage  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Fixed but Unreleased Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.191325.1528691966000.6007.1572519900319%40Atlassian.JIRA.