Re: Higher than normal installer error rate

2014-10-27 Thread OmPrakash Muppirala
On Mon, Oct 27, 2014 at 2:20 PM, Justin Mclean wrote: > Hi, > > > I don’t remember what it was first time I ever ran the Installer, but > lately (on Mac) it seems to offer the last > > folder I chose, or the parent of that folder. Could that be leading more > > folks to pick folders that aren’t

Re: Higher than normal installer error rate

2014-10-27 Thread Justin Mclean
Hi, > I don’t remember what it was first time I ever ran the Installer, but lately > (on Mac) it seems to offer the last > folder I chose, or the parent of that folder. Could that be leading more > folks to pick folders that aren’t writeable? 99%+ of these errors are on windows. It is possible

Re: Higher than normal installer error rate

2014-10-27 Thread Alex Harui
On 10/27/14, 1:39 PM, "Justin Mclean" wrote: >HI, > >> BTW, if it is “access denied” and the other top failure is “unable to >> create temp dir”, I’m wondering if we really need to create a temp dir >>at >> all? > >No but the destination selected could still be not writable. The temp >diectory

Re: Higher than normal installer error rate

2014-10-27 Thread Justin Mclean
HI, > BTW, if it is “access denied” and the other top failure is “unable to > create temp dir”, I’m wondering if we really need to create a temp dir at > all? No but the destination selected could still be not writable. The temp diectory is in the destination directory. Thanks, Justin

Re: Higher than normal installer error rate

2014-10-27 Thread Alex Harui
es.apache.org/jira/browse/FLEX-34446 > >Neil > > >-Original Message- >From: Alex Harui [mailto:aha...@adobe.com] >Sent: October-27-14 11:13 AM >To: dev@flex.apache.org >Subject: Re: Higher than normal installer error rate > > > >On 10/26/14, 10:22 PM, &

RE: Higher than normal installer error rate

2014-10-27 Thread Neil Madsen
o:aha...@adobe.com] Sent: October-27-14 11:13 AM To: dev@flex.apache.org Subject: Re: Higher than normal installer error rate On 10/26/14, 10:22 PM, "Justin Mclean" wrote: >Hi, > >> As I typed "windowsError" into Google, the first completion offered >>

Re: Higher than normal installer error rate

2014-10-27 Thread Alex Harui
On 10/26/14, 10:22 PM, "Justin Mclean" wrote: >Hi, > >> As I typed “windowsError” into Google, the first completion offered was >> “Access denied”. Maybe it is the same error as the inability to create >> the temp dir. > >A lot of windows error match the form "WindowsError [error ]" >which I

Re: Higher than normal installer error rate

2014-10-26 Thread Justin Mclean
Hi, I've just been able to reproduce the 2032 (twice in a row) using Charles (reverse proxy), basically you let the Flex SDK download and then throttle connections back to 256Kb/s and the AIR download fails with a 2032 error at some point. It didn't happen at the same time and is well in exces

Re: Higher than normal installer error rate

2014-10-26 Thread Justin Mclean
Hi, > As I typed “windowsError” into Google, the first completion offered was > “Access denied”. Maybe it is the same error as the inability to create > the temp dir. A lot of windows error match the form "WindowsError [error ]" which I think is what google is picking up there. ie access denie

Re: Higher than normal installer error rate

2014-10-26 Thread Justin Mclean
Hi, I also notice in the code we are doing this: var req:URLRequest = new URLRequest(url); //Wait for 5 minutes before aborting download attempt. Adobe download sites as well as some Apache mirrors are extremely slow. req.idleTimeout = 30; Which may not work correctly acording to this: htt

Re: Higher than normal installer error rate

2014-10-26 Thread Alex Harui
On 10/26/14, 5:00 PM, "Justin Mclean" wrote: > >I'd really like to know what the "windowsError" issue is as that seem the >most common windows error after unable to create temp directory. Anyone >have any ideas? As I typed “windowsError” into Google, the first completion offered was “Access de

Higher than normal installer error rate

2014-10-26 Thread Justin Mclean
Hi, Still seeing a higher than normal error rate. Errors over the last few weeks with > 50 errors For 4.13 SDK we roughly got (from first couple of pages of top errors): unable to create temp dir 450 windowsError 170 aglj40.jar download failed 149 Error #2032 148 Apache Flex SDK MD5 does not ma