Re: SDK Installer trouble

2015-09-16 Thread Alex Harui
On 9/16/15, 4:19 AM, "Tom Chiverton" wrote: >Are you able to at least reboot the other one ( >http://flex-mustella.cloudapp.net/ ) ? I couldn’t connect via Remote Desktop. It seemed to accept credentials but then I waited 5 minutes while it tried to “configure the

Re: SDK Installer trouble

2015-09-11 Thread Alex Harui
Not sure. I keep hoping the “free” renewal will happen. On 9/11/15, 6:00 PM, "kevin.godell" <kevin.god...@gmail.com> wrote: >How much does it cost? > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/SDK-Install

Re: SDK Installer trouble

2015-09-11 Thread Alex Harui
nnot visit that url in the error message. Is >apacheflexbuild.cloudapp.net offline? > > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/SDK-Installer-trouble >-tp48962p49105.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: SDK Installer trouble

2015-09-11 Thread kevin.godell
t that url in the error message. Is apacheflexbuild.cloudapp.net offline? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-Installer-trouble-tp48962p49105.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: SDK Installer trouble

2015-09-11 Thread kevin.godell
How much does it cost? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/SDK-Installer-trouble-tp48962p49107.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: SDK Installer trouble

2015-09-08 Thread Tom Chiverton
So what did we do in the end ? Tom On 03/09/15 13:53, Nicholas Kwiatkowski wrote: They didn't give a drop-dead date for the move, but they asked us to start making the change. I think it would be reasonable for us to push that change with the next installer update. I don't think we need our

Re: SDK Installer trouble

2015-09-08 Thread Nicholas Kwiatkowski
We haven't done anything yet. We need to make changes to the installer, and installer badge to read the JSON parsed output. The change that is in place is a fix we put in place on the server so that the current versions will still function. I'm really booked out this week, but can start looking

Re: SDK Installer trouble

2015-09-03 Thread Nicholas Kwiatkowski
They didn't give a drop-dead date for the move, but they asked us to start making the change. I think it would be reasonable for us to push that change with the next installer update. I don't think we need our own CGI script in the future, if we can utilize the JSON file. They originally put

Re: SDK Installer trouble

2015-09-02 Thread Alex Harui
Hi Nick, Thanks for digging into this. FWIW, the flex-sdk download.xml ant script currently uses closer.cgi. The FlexJS install script uses http://www.apache.org/dyn/mirrors/mirrors.cgi. If infra has shut off mirrors.cgi then we have more work to do, although we already hit mirrors.cgi with an

Re: SDK Installer trouble

2015-09-02 Thread Nicholas Kwiatkowski
We are OK still having the .cgi on our site as is. But they deprecated the results of mirrors.cgi that output just the URL. They want us to use that same script, but with the JSON output. -Nick On Wed, Sep 2, 2015 at 11:26 AM, Alex Harui wrote: > Hi Nick, > > Thanks for

Re: SDK Installer trouble

2015-09-02 Thread Alex Harui
Yup, it certainly is a hack, but one we could put in place quickly. How long did Infra say they’d let us run the way we currently are? Are they also deprecating the asjson param in favor of as_json? If we do go and change the Installer, it seems like we need to have it pull its mirror URL from

Re: SDK Installer trouble

2015-09-02 Thread Nicholas Kwiatkowski
We could, but that is very hack-ish. Even more hack-ish than the installer code-base. -Nick On Wed, Sep 2, 2015 at 3:27 PM, Alex Harui wrote: > I’m just exploring ways to avoid having to make another Installer release. > From a quick look at the code, the Installer code

Re: SDK Installer trouble

2015-09-02 Thread Alex Harui
I’m just exploring ways to avoid having to make another Installer release. From a quick look at the code, the Installer code effectively screen-scrapes the cgi result. It looks like it is looking for the first tag. Switching to JSON certainly makes sense, but then we need a new release. Could

SDK Installer trouble

2015-09-02 Thread Harbs
I’m getting an error using the installer. Here’s the log from the installer: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.14.1 AIR version 18.0 Flash Player version 18.0 Creating Apache Flex home Creating

Re: SDK Installer trouble

2015-09-02 Thread Tom Chiverton
Yes, I am afraid so. They have made changes to how the mirror URLs are retrieved. It looks like we will need to change the installer to replace .cgi with .lua in the call, and also tidy up whatever is causing the HTML comment to appear. In the mean time, you should be able to install using

Re: SDK Installer trouble

2015-09-02 Thread Nicholas Kwiatkowski
I'm working with infra to see what is going on. We are not the only project to report it, it seems. -Nick On Wed, Sep 2, 2015 at 8:09 AM, Tom Chiverton wrote: > Yes, I am afraid so. > > They have made changes to how the mirror URLs are retrieved. > It looks like we will

Re: SDK Installer trouble

2015-09-02 Thread Nicholas Kwiatkowski
Infra has put in a temporary fix for this. Everything should be working again. They have asked us to switch to a system that can parse JSON. The JSON call will call the new LUA script which helps them out. It looks like we will have to fix the installer badge and the installer itself. I don't