Re: Installer is Timing Out.

2018-06-21 Thread urthling
Check this thread: http://apache-flex-development.247.n4.nabble.com/Discuss-Apache-Flex-SDK-Installer-3-3-2-RC1-td65400.html You'll see links in the thread for the binaries - RC2 is available for Windows. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Installer is Timing Out.

2018-06-21 Thread oharkins
Where can I get a download of the RC 3.3.2 -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Installer is Timing Out.

2018-06-18 Thread Piotr Zarzycki
Hi Alex, I figure out what has happened. I had path in configuration file to the old SDK. RC is started. Thanks! Piotr pon., 18 cze 2018 o 05:46 Alex Harui napisał(a): > Hi Piotr, > > I did my testing on Mac. This error implies you are not using AIR SDK 30 > when compiling. Probably you are

Re: Installer is Timing Out.

2018-06-17 Thread Alex Harui
Hi Piotr, I did my testing on Mac. This error implies you are not using AIR SDK 30 when compiling. Probably you are using something older, maybe even 29. -Alex On 6/17/18, 5:29 AM, "Piotr Zarzycki" wrote: Hi Guys, Today I was trying to prepare RC1 and I have strange error on

Re: Installer is Timing Out.

2018-06-17 Thread Piotr Zarzycki
Hi Guys, Today I was trying to prepare RC1 and I have strange error on Mac. Not sure why. [1] Can someone build on their machine and tell me whether there is the same issue. On Windows I got release build without the problem! [java]

Re: Installer is Timing Out.

2018-06-15 Thread hferreira
BUILD SUCCESSFUL Thank you. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Installer is Timing Out.

2018-06-15 Thread Alex Harui
Hi, Hit this link: http://flex.apache.org/installer/properties/sdk/en_US.properties Search for sourceforge. The urls should now be https. If not, refresh the browser, clear the browser cache, etc. Then try it again. HTH, -Alex On 6/15/18, 10:52 AM, "hferreira" wrote:

Re: Installer is Timing Out.

2018-06-15 Thread hferreira
C:\SDK\apache-ant-1.10.3\bin>ant -f c:\sdk\apache-flex-sdk-4.16.1-bin\installer.xml -Dair.sdk.version=30.0 -Dflash.sdk.version=30.0 Buildfile: c:\sdk\apache-flex-sdk-4.16.1-bin\installer.xml [get] Getting: http://flex.apache.org/installer/properties/sdk/en_US.properties [get] To:

Re: Installer is Timing Out.

2018-06-15 Thread Alex Harui
Done. On 6/15/18, 12:30 AM, "Piotr Zarzycki" wrote: Alex, Can you add to jira installer version 3.3.1 and 3.3.2? pt., 15 cze 2018 o 09:25 Piotr Zarzycki napisał(a): > Ok! Thank you I will try to prepare everything soon. > > pt., 15 cze 2018 o 09:23

Re: Installer is Timing Out.

2018-06-15 Thread Alex Harui
Try hitting this link: http://flex.apache.org/installer/sdk-installer-config-4.0.xml Search for mac.29.0 or win.29.0 and see if the URLs are set to https. If not, refresh the browser, clear the cache and try again. I see https there. Then try again and provide the entire console output if

Re: Installer is Timing Out.

2018-06-15 Thread hferreira
Installed JAVA + ANT (first time). Tried ANT (first time) with AIR 30.0 but failed. Next tried with AIR 29.0 (for later overlap to AIR 30.0). First I got a warning about: Unable to locate tools.jar. Expected to find it in c:\Program Files\java\jre1.8.0_171\lib\tools.jar but the build continued.

Re: Installer is Timing Out.

2018-06-15 Thread Piotr Zarzycki
Alex, Can you add to jira installer version 3.3.1 and 3.3.2? pt., 15 cze 2018 o 09:25 Piotr Zarzycki napisał(a): > Ok! Thank you I will try to prepare everything soon. > > pt., 15 cze 2018 o 09:23 Alex Harui napisał(a): > >> Hi Piotr, >> >> You are welcome to be the Release Manager. >> >>

Re: Installer is Timing Out.

2018-06-15 Thread Piotr Zarzycki
Ok! Thank you I will try to prepare everything soon. pt., 15 cze 2018 o 09:23 Alex Harui napisał(a): > Hi Piotr, > > You are welcome to be the Release Manager. > > Thanks, > -Alex > > On 6/15/18, 12:20 AM, "Piotr Zarzycki" wrote: > > Hi Alex, > > I just build installer with Air 30 and

Re: Installer is Timing Out.

2018-06-15 Thread Alex Harui
Hi Piotr, You are welcome to be the Release Manager. Thanks, -Alex On 6/15/18, 12:20 AM, "Piotr Zarzycki" wrote: Hi Alex, I just build installer with Air 30 and it's working perfectly! Do you want me to start release process or you will handle that ? I have tested

Re: Installer is Timing Out.

2018-06-15 Thread Piotr Zarzycki
Hi Alex, I just build installer with Air 30 and it's working perfectly! Do you want me to start release process or you will handle that ? I have tested on Windows 10. Thank you!! pt., 15 cze 2018 o 08:09 Alex Harui napisał(a): > Try using Apache Ant. > > Get the Flex binary and unpack it

Re: Installer is Timing Out.

2018-06-15 Thread Alex Harui
Try using Apache Ant. Get the Flex binary and unpack it into a folder. In that folder, run: ant -f installer.xml -Dair.sdk.version=30.0 -Dflash.sdk.version=30.0 HTH, -Alex On 6/14/18, 7:32 PM, "hferreira" wrote: Can any one provide me a zip file for Windows of Flex 4.16.1 + AIR 30

Re: Installer is Timing Out.

2018-06-14 Thread hferreira
Can any one provide me a zip file for Windows of Flex 4.16.1 + AIR 30 (or older version and then I can overlay) + Adobe Embedded Fonts Library (on other words all options from installer) ? Or better, explain me how to do. I can grab Flex binaries from here:

Re: Installer is Timing Out.

2018-06-14 Thread Alex Harui
I just pushed changes that replace the as3crypto TLSSocket with one that uses AIR 30 SecureSocket. This seems to fix the installer and should allow the installer to fetch over HTTPS from other servers as earlier TLS versions go away. I asked my colleagues on the AIR team and they say that

Re: Installer is Timing Out.

2018-06-13 Thread Alex Harui
Hi, there was a more recent comment from Infra that Apache no longer supports TLS1.0 (and TLS1.1) per security recommendations. I suspect the code we are using relies on TLS1.0. I wrote a simple test harness this morning and we cannot access any files on www.a.o/dist over HTTPS, but we can on

Re: Installer is Timing Out.

2018-06-13 Thread Piotr Zarzycki
FYI, I just tried suggestion from Henk in infra comments and it's failed as well. Thanks, Piotr wt., 12 cze 2018 o 09:28 Piotr Zarzycki napisał(a): > Ok Let's wait to their answer. Thanks! > > wt., 12 cze 2018 o 09:19 Alex Harui napisał(a): > >> I decided to ask Infra

Re: Installer is Timing Out.

2018-06-12 Thread Piotr Zarzycki
Ok Let's wait to their answer. Thanks! wt., 12 cze 2018 o 09:19 Alex Harui napisał(a): > I decided to ask Infra https://issues.apache.org/jira/browse/INFRA-16640 > > I also saw this: > https://blog.pcisecuritystandards.org/are-you-ready-for-30-june-2018-sayin-goodbye-to-ssl-early-tls > > I'm

Re: Installer is Timing Out.

2018-06-12 Thread Piotr Zarzycki
Guys, If some of you have time to verify that Go ahead, but if not my proposition is to hardcode that url, for SDK which is greater than 4.16.1 and we should be good yes ? I don't see changes in that file for each release. As for your question Alex. Installer is simply have timeout if we use

Re: Installer is Timing Out.

2018-06-12 Thread Alex Harui
I decided to ask Infra https://issues.apache.org/jira/browse/INFRA-16640 I also saw this: https://blog.pcisecuritystandards.org/are-you-ready-for-30-june-2018-sayin-goodbye-to-ssl-early-tls I'm wondering if the HTTPS code in the installer can handle the latest TLS. The notes for the code we

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Because Rawgit could be a faster remedy than putting together a whole new release. However, before we go that route, we need to verify that the Installer can in fact download over HTTPS from the rawgit server. My understanding from this thread is that HTTPS may be working on some servers but

Re: Installer is Timing Out.

2018-06-11 Thread Justin Mclean
Hi, Do we really want to go with a service that states "this is a free service, so there are no uptime or support guarantees.". I not sure we even have an issue with downloading the binary connivance releases so why do we need to move them from where they currently are? Justin On Tue, Jun 12,

Re: Installer is Timing Out.

2018-06-11 Thread OmPrakash Muppirala
Rawgit might be a good option for us: https://rawgit.com/ If no one has objections, I can set this up. Thanks, Om On Mon, Jun 11, 2018, 5:12 PM Alex Harui wrote: > Also, I think if we can find a volunteer to host the entire binary folder > (and thus pay the bandwidth costs) that will solve

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Also, I think if we can find a volunteer to host the entire binary folder (and thus pay the bandwidth costs) that will solve the problem without requiring an update to the installer. My 2 cents, -Alex On 6/11/18, 5:05 PM, "Alex Harui" wrote: Hmm. Are you proposing a new release of the

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Hmm. Are you proposing a new release of the installer? The location of the apache-flex-sdk-installer-config.xml is supposed to be release-specific. Each release can have its own version in case we need to change steps in the release, so I don't think we want to hardcode it to the URL you are

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I simply placed link here [1]. APACHE_FLEX_BIN_INSTALLER_URL = "http://flex.apache.org/installer/apache-flex-sdk-installer-config.xml; [1] https://bit.ly/2JC5dcX pon., 11 cze 2018 o 22:10 Alex Harui napisał(a): > But what code knew to start looking at the website instead of dist? > Didn't

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
But what code knew to start looking at the website instead of dist? Didn't something else need to change? I'm trying to understand all of the pieces. -Alex On 6/11/18, 12:34 PM, "Piotr Zarzycki" wrote: Alex, When we are trying to read following file [1], we are getting time

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
Alex, When we are trying to read following file [1], we are getting time out in installer. I moved that file to our website [2] and locally tested installer. - I got positive results. It's started to work. [1] https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
I think I'm lost. The commit message shows that one file was added to our site. What file is pointing to it and how did it know to look at our site? -Alex On 6/11/18, 12:58 AM, "Piotr Zarzycki" wrote: I moved file on our website [1] and it's working. If I change it to https we have

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I moved file on our website [1] and it's working. If I change it to https we have time out issue as well. When file was used from my server I also used https and it was working. Can we just use that location [1] and we will have installer working ? [1]

Re: Installer is Timing Out.

2018-06-11 Thread Justin Mclean
No I'm not suggesting that. AFAIK it's only the config text file that Prior wants to host. On Mon., 11 Jun. 2018, 8:47 am Alex Harui, wrote: > Justin, > > Are you suggesting that we distribute a binary artifact from our project > website? Do other projects do that? > > -Alex > > On 6/10/18,

Re: Installer is Timing Out.

2018-06-11 Thread Piotr Zarzycki
I believe the suggestion is to move that file to our website. Only one file. I like Justin's idea - I will try that solution and see what will happen. Thanks, Piotr pon., 11 cze 2018 o 08:47 Alex Harui napisał(a): > Justin, > > Are you suggesting that we distribute a binary artifact from our

Re: Installer is Timing Out.

2018-06-11 Thread Alex Harui
Justin, Are you suggesting that we distribute a binary artifact from our project website? Do other projects do that? -Alex On 6/10/18, 10:27 PM, "Justin Mclean" wrote: Hi, > I'm talking about that file [1]. What kind of security issues do you > exactly see if I move that

Re: Installer is Timing Out.

2018-06-10 Thread Justin Mclean
Hi, > I'm talking about that file [1]. What kind of security issues do you > exactly see if I move that file on my server ? Well if someone changed the paths in those files, our users could unwitting be made to download walware or other stuff. Risk is probably low but I have no details on the

Re: Installer is Timing Out.

2018-06-10 Thread Piotr Zarzycki
Hi Justin, I'm talking about that file [1]. What kind of security issues do you exactly see if I move that file on my server ? [1] https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml Thanks, Piotr sob., 9 cze 2018 o 22:55 Justin Mclean napisał(a): > Hi, > >

Re: Installer is Timing Out.

2018-06-09 Thread Justin Mclean
Hi, Which file are the going to host (it's a little unclear from you email). There are some security concerns here I think. Justin On Sat., 9 Jun. 2018, 4:00 pm Piotr Zarzycki, wrote: > I did tests with moved file to my server and everything went fine. I just > have enough to fighting with

Re: Installer is Timing Out.

2018-06-09 Thread Piotr Zarzycki
I did tests with moved file to my server and everything went fine. I just have enough to fighting with changing something on the Apache servers. I will wait a bit for some other PMCs voices. I hope they will be positive. Thanks, Piotr sob., 9 cze 2018 o 01:10 Alex Harui napisał(a): > I think

Re: Installer is Timing Out.

2018-06-08 Thread Alex Harui
I think you can, or even some company like the folks behind Moonshine. I cannot think of any restrictions against doing that. My 2 cents, -Alex On 6/8/18, 1:12 AM, "Piotr Zarzycki" wrote: Hi PMCs, What if I store problematic file on my server ? Can I do that without

Re: Installer is Timing Out.

2018-06-08 Thread Piotr Zarzycki
Hi PMCs, What if I store problematic file on my server ? Can I do that without breaking some Apache policies ? Thanks, Piotr wt., 5 cze 2018 o 08:34 Alex Harui napisał(a): > See: >

Re: Installer is Timing Out.

2018-06-05 Thread Alex Harui
See: https://lists.apache.org/thread.html/c8abaa83b83c260e899517e32baf6dfe5d4de6524eb2b2a3ffcdff31@%3Cdev.flex.apache.org%3E HTH, -Alex On 6/4/18, 9:35 PM, "joho" wrote: I am getting an SSL Error when running "ant -f installer.xml" Has one else encountered a similar error?

Re: Installer is Timing Out.

2018-06-04 Thread Alex Harui
Hit this URL: http://flex.apache.org/installer/sdk-installer-config-4.0.xml Search for: air.sdk.version.windows.29.0 and air.sdk.version.mac.29.0 The URLs should be HTTPS and not HTTP If they are still HTTP, try refreshing the browser or clearing its cache. Then try again with "ant -f

Re: Installer is Timing Out.

2018-06-04 Thread joho
I am getting an SSL Error when running "ant -f installer.xml" Has one else encountered a similar error? /Users/dev/Downloads/apache-flex-sdk-4.16.1-bin/installer.xml:927: The following error occurred while executing this line: /Users/dev/Downloads/apache-flex-sdk-4.16.1-bin/installer.xml:967:

Re: Installer is Timing Out.

2018-06-04 Thread oharkins
Can we get some traction on this as I cant update AIR or Flex to the latest, and Apple is blocking my app. I have tried "ant -f installer.xml" same failure as the previous post. If there is any way to get this installed by downloading the AIR SDK and installing flex I am all ears. Thanks P.S.

Re: Installer is Timing Out.

2018-06-03 Thread Piotr Zarzycki
I'm getting one request to url -> " http://flex.apache.org/single-mirror-url--xml.cgi; when installer is started and it uses MirrorURLUtil - fetchMirrorFromCGIResult. In the result I'm getting there url -> "http://ftp.ps.pl/pub/apache/; Next I'm clicking "Next" and ApacheURLLoader is being

Re: Installer is Timing Out.

2018-06-03 Thread piotrz
Ok that's something else. I'm getting timeout as it was before on https connection with -> https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml. It looks like it is still https issue. What's interesting is that when we call method load in ApacheURLLoader the

Re: Installer is Timing Out.

2018-06-03 Thread Justin Mclean
Hi, > I just debug it and it looks like there is some problem with parsing > in MirrorURLUtil - fetchMirrorFromCGIResult. We go following web page [1]. > What actually should be parsed out of it ? Yes you’re seeing what I saw, that’s the full HTML rather than XML result returned. I’m guessing

Re: Installer is Timing Out.

2018-06-03 Thread Piotr Zarzycki
I just debug it and it looks like there is some problem with parsing in MirrorURLUtil - fetchMirrorFromCGIResult. We go following web page [1]. What actually should be parsed out of it ? How it looked like earlier ? [1] https://paste.apache.org/gUjj Thanks, Piotr niedz., 3 cze 2018 o 09:50

Re: Installer is Timing Out.

2018-06-03 Thread Maxim Solodovnik
Just have double-checked You are right, it is plain text and it contains one mirror only On Fri, Jun 1, 2018 at 11:42 PM, Alex Harui wrote: > Hi Maxim, > > You got the correct results. The browser says that because the cgi returned > plain text instead of html. Do a "View Source" on the page

Re: Installer is Timing Out.

2018-06-01 Thread Alex Harui
Hi Maxim, You got the correct results. The browser says that because the cgi returned plain text instead of html. Do a "View Source" on the page and you should see it is plain text which should be what we want. Maybe there is a bug in the mirror the cgi picks for Justin. We'll see what

Re: Installer is Timing Out.

2018-06-01 Thread Maxim Solodovnik
http://flex.apache.org/single-mirror-url--xml.cgi Returns: -- This page contains the following errors: error on line 1 at column 1: Document is empty Below is a rendering of the page up to the first error.

Re: Installer is Timing Out.

2018-06-01 Thread Piotr Zarzycki
Hi Justin, I see exactly the same thing as Maxim. This site can’t provide a secure connection *apache.melbourneitmirror.net * uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH Thanks, Piotr pt., 1 cze 2018 o 10:57 Justin Mclean napisał(a):

Re: Installer is Timing Out.

2018-06-01 Thread Maxim Solodovnik
Hello Piotr, How does this help: Info from different sides of the world might be useful in debugging services :) What to do: Not sure what would be the best option here :( Since flex.a.o is accessible for users who are using Flex, maybe it worth to host installer config at flex.a.o? (just an

Re: Installer is Timing Out.

2018-06-01 Thread Justin Mclean
Hi, > The worst thing that I have seen the same as Alex - that there is a problem > with https, not parsing itself. If it is an https issue like this (one of the possible mirrors that can be returned)

Re: Installer is Timing Out.

2018-06-01 Thread Piotr Zarzycki
Hi Maxim, How does this help ? I'm not sure what I can do with that information ? Move that file to the other place ? Thanks, Piotr pt., 1 cze 2018 o 10:40 Maxim Solodovnik napisał(a): > I got > > apache.melbourneitmirror.net uses an unsupported protocol. > >

Re: Installer is Timing Out.

2018-06-01 Thread Maxim Solodovnik
I got apache.melbourneitmirror.net uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH While trying to retrieve https://apache.melbourneitmirror.net/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml in Chrome browser On Fri, Jun 1, 2018 at 3:30 PM, Piotr Zarzycki wrote: >

Re: Installer is Timing Out.

2018-06-01 Thread Piotr Zarzycki
The worst thing that I have seen the same as Alex - that there is a problem with https, not parsing itself. However let me debug it more - maybe I will find the time in the next days. Thanks, Piotr pt., 1 cze 2018 o 09:51 Justin Mclean napisał(a): > Hi, > > > I think you've proposed multiple

Re: Installer is Timing Out.

2018-06-01 Thread Justin Mclean
Hi, > I think you've proposed multiple causes. One is that the cgi isn't returning > the right thing, the other was that fetching apache-flex-installer-config.xml > over https was failing. > Which one or both are you claiming to be the issue? Well you were saying that https was the issue

Re: Installer is Timing Out.

2018-06-01 Thread Alex Harui
Hi Justin, I think you've proposed multiple causes. One is that the cgi isn't returning the right thing, the other was that fetching apache-flex-installer-config.xml over https was failing. Which one or both are you claiming to be the issue? If I just use my browser to hit:

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > That doesn't sound like what I saw when I debugged into it last week, but if > you are right, then it sounds like you can prepare a fix for it. I’ve run into through a reverse proxy to record the installers traffic and also though the debugger and both match. Perhaps there was also a

Re: Installer is Timing Out.

2018-05-31 Thread Alex Harui
Hi Justin, That doesn't sound like what I saw when I debugged into it last week, but if you are right, then it sounds like you can prepare a fix for it. -Alex On 5/31/18, 7:36 PM, "Justin Mclean" wrote: Hi, > 1. The page structure has changed and it failing to correctly parse

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > 1. The page structure has changed and it failing to correctly parse the > mirror URL out of the page so the URL it manufactures times out And Ive confirmed (in the debugger) that exactly what is happening. This code below in MirrorURLUtil.as is no longer parsing the correct mirror name

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > It’s the https call to the mirror to get the XML installer config file that > is failing. And it could be failing for one of two reasons, Which I don't think has been 100% determined, 1. The page structure has changed and it failing to correctly parse the mirror URL out of the page so

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > There are two different issues that have been brought up. The installer > program is required to use a mirror to download the latest release (4.16.1) > per Apache policy. The installer is failing to fetch the mirror information > over HTTPS. We have asked for help from the original

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > There are two different issues that have been brought up. The installer > program is required to use a mirror to download the latest release (4.16.1) > per Apache policy. The installer is failing to fetch the mirror information > over HTTPS. We have asked for help from the original

Re: Installer is Timing Out.

2018-05-31 Thread Joel Tan
Hi Alex, Noted with thanks! Joel On Fri, Jun 1, 2018 at 7:06 AM, Alex Harui wrote: > Hi Joel, > > There are two different issues that have been brought up. The installer > program is required to use a mirror to download the latest release (4.16.1) > per Apache policy. The installer is

Re: Installer is Timing Out.

2018-05-31 Thread Alex Harui
Hi Joel, There are two different issues that have been brought up. The installer program is required to use a mirror to download the latest release (4.16.1) per Apache policy. The installer is failing to fetch the mirror information over HTTPS. We have asked for help from the original

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
HI, > Have tried it but still the same timeout issue, I am using the same version > of installer (3.3.1 Mac) to install, do I need to use the older versions of > installer instead? The old XML config file is probably cached and you’re probably not seeing the new version. Thanks, Justin

Re: Installer is Timing Out.

2018-05-31 Thread Joel Tan
Hi Justin, > Look like Alex has updated that UTL to use https, you might want to try again. Have tried it but still the same timeout issue, I am using the same version of installer (3.3.1 Mac) to install, do I need to use the older versions of installer instead? Joel On Fri, Jun 1, 2018 at 6:21

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > As what Justin has explained, it is due to the redirection from http to > https issue, this mean even if I use the order version of the installer > will still having the same problem. Look like Alex has updated that UTL to use https, you might want to try again. Thanks, Justin

Re: Installer is Timing Out.

2018-05-31 Thread Joel Tan
Hi Alex, As what Justin has explained, it is due to the redirection from http to https issue, this mean even if I use the order version of the installer will still having the same problem. Currently I am using 4.16.1 AIR28 for my application, I can still remain using this version of SDK for

Re: Installer is Timing Out.

2018-05-31 Thread Justin Mclean
Hi, > get-with-no-params: > [get] Getting: > http://airdownload.adobe.com/air/mac/download/29.0//AdobeAIRSDK.dmg?ts=201805311405 > [get] To: > /Users/oharkins/Documents/Adobe/ApachieFlex/test/apache-flex-sdk-4.16.1-bin/in/AdobeAIRSDK.dmg > [get] >

Re: Installer is Timing Out.

2018-05-31 Thread Alex Harui
I updated the AIR 29 to start with HTTPS. Please try again. Thanks, -Alex On 5/31/18, 1:08 PM, "oharkins" wrote: Tried Installing via ant -f install.xml here is my log with a failed build. check-cache: download_using_get: [get] Getting:

Re: Installer is Timing Out.

2018-05-31 Thread oharkins
Tried Installing via ant -f install.xml here is my log with a failed build. check-cache: download_using_get: [get] Getting: http://flex.apache.org/installer/properties/sdk/en_US.properties [get] To:

Re: Installer is Timing Out.

2018-05-31 Thread oharkins
I tried the older version 3.3 and it das the same issue times out. I can't see what it is trying to access. Alex Harui-2 wrote > Hmm, that's interesting. Does someone have time to try an older version > of the installer? I have crappy internet at the moment. > > 3.2 is available here: >

Re: Installer is Timing Out.

2018-05-31 Thread Alex Harui
Hi Joel, I thought there was a way to run the old version even though you were prompted to upgrade. 4.16.0 was also using the mirrors. I just fixed that but if it still doesn't work for you the config file might be cached. 4.15.0 installed for me. HTH, -Alex On 5/31/18, 2:16 AM, "Joel

Re: Installer is Timing Out.

2018-05-31 Thread Joel Tan
Hi, Previously I was prompted to upgrade to new version (3.3.1), I click the upgrade button to upgrade from the existing installer, it doesn't work after I upgrade to the new version, it has timeout issue once I click the Next button. I also try to uninstall the installer and reinstall again by

Re: Installer is Timing Out.

2018-05-31 Thread Alex Harui
Hmm, that's interesting. Does someone have time to try an older version of the installer? I have crappy internet at the moment. 3.2 is available here: http://archive.apache.org/dist/flex/installer/3.2/binaries/ 3.3 is available here:

Re: Installer is Timing Out.

2018-05-30 Thread Joel Tan
Hi, I am facing the same issue here after upgrading to version 3.3.1 (Mac). Joel On Thu, May 31, 2018 at 7:17 AM, oharkins wrote: > Entire log is: > > Installer version 3.3.1 (mac) > Using Locale: en_US > Fetched the SDK download mirror URL from the CGI. > Timeout > Installation aborted: >