[JIRA] (JENKINS-39208) HockeyApp plugin frequently fails with SocketTimeoutException

2017-01-18 Thread bren...@letrabb.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brantone commented on  JENKINS-39208  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: HockeyApp plugin frequently fails with SocketTimeoutException   
 

  
 
 
 
 

 
 Keeping in mind the upload goes from build agent to master then to hockeyapp. Have seen it work very reliable on numerous other setups, not sure if it can be pinpointed to the plugin, as opposed to something in Jenkins or the network in general.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39208) HockeyApp plugin frequently fails with SocketTimeoutException

2016-10-31 Thread g...@naschenweng.info (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gerd Naschenweng commented on  JENKINS-39208  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: HockeyApp plugin frequently fails with SocketTimeoutException   
 

  
 
 
 
 

 
 Hi there, the issue happens from our build-server which is located in our data-centre and connected straight to the backbone at 1Gbps. The issue happens sporadically (the whole of last week it did not occur). Since the APK is only 14MB in since, a upload should take a few seconds. It is puzzling that it takes 7 minutes until a socket-read (timeout?) occurs. If there is a way to enable more verbose logging, I could provide more information when the errors happen again.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39208) HockeyApp plugin frequently fails with SocketTimeoutException

2016-10-30 Thread martin.lederer.ext...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Lederer commented on  JENKINS-39208  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: HockeyApp plugin frequently fails with SocketTimeoutException   
 

  
 
 
 
 

 
 Hi Gerd Naschenweng ! Are you using jenkins within a proxy'd network enviroment? Regards! Martin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39208) HockeyApp plugin frequently fails with SocketTimeoutException

2016-10-24 Thread g...@naschenweng.info (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gerd Naschenweng created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39208  
 
 
  HockeyApp plugin frequently fails with SocketTimeoutException   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 hockeyapp-plugin  
 
 
Created: 
 2016/Oct/24 7:30 AM  
 
 
Environment: 
 Jenkins 2.27  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Gerd Naschenweng  
 

  
 
 
 
 

 
 Perhaps this is an issue with HockeyApp specifically, but our builds are pretty pointless as every 3 build fails with this: 

 
09:04:47 Uploading to HockeyApp...
09:04:48 /data/jenkins/workspace/Android Production build - master branch/app/build/outputs/apk/bidorbuy-debug-2.6.0-RC4.apk
09:11:34 java.net.SocketTimeoutException: Read timed out
09:11:34 	at java.net.SocketInputStream.socketRead0(Native Method)
09:11:34 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
09:11:34 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
09:11:34 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
09:11:34 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
09:11:34 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
09:11:34 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
09:11:34 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
09:11:34 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
09:11:34 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:130)
09:11:34 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:127)
09:11:34 	at