[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 http://updates.jenkins-ci.org/download/plugins/chucknorris/1.2/chuck

[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-42755) BFA fails to catch pipeline related exceptions

2019-06-14 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-42755  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BFA fails to catch pipeline related exceptions   
 

  
 
 
 
 

 
 I have now stumbled up on this bug / missing feature as well. Is there any chance you will merge the PR?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.179744.148950090.645.1560513720436%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54439) Support configuration as code plugin

2019-06-14 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-54439  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support configuration as code plugin   
 

  
 
 
 
 

 
 I'm missing this feature as well. Please merge the PR.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.195200.1541367672000.658.1560514200359%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54439) Support configuration as code plugin

2019-06-14 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat edited a comment on  JENKINS-54439  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support configuration as code plugin   
 

  
 
 
 
 

 
 I'm missing this feature as well.  Please merge the PR.  Fingers crossed from me as well!  :)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.195200.1541367672000.666.1560514260202%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55945) Got IllegalStateException while restart Jenkins

2019-07-25 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-55945  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Got IllegalStateException while restart Jenkins
 

  
 
 
 
 

 
 I have the same problem with Jenkins LTS 2.176.2. Could you please fix that version as well?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.197354.1549278137000.540.1564039081199%40Atlassian.JIRA.


[JIRA] (JENKINS-55945) Got IllegalStateException while restart Jenkins

2019-07-27 Thread simon-jenkin...@tunn.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Tunnat commented on  JENKINS-55945  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Got IllegalStateException while restart Jenkins
 

  
 
 
 
 

 
 Jeff Thompson how / where do I have to request such a backport?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.197354.1549278137000.2096.1564219200610%40Atlassian.JIRA.