You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by DarkStone <da...@163.com> on 2014/08/12 15:26:24 UTC

I tested out a 100% reproducible bug of Flex SDK Installer 3.1

Well, if I enable cache for Flex SDK Installer, it will always end up with the same error, here is the log:

>>>>>Log begin<<<<<
...
get-with-params:
      [get] Getting http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw&ts=201408120910
      [get] To D:\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.13.0\lib\external\optional\afe.jar

check-params:

get-local:

check-sum:
Validating download: D:\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.13.0/lib/external/optional/afe.jar

put-in-cache:
     [copy] Copying 1 file to H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?format=raw
Error #2038

Installation aborted
>>>>>Log end<<<<<

I think the problem might be this:

put-in-cache:
     [copy] Copying 1 file to H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?format=raw
Error #2038

I mean the copying file path "afe.jar?format=raw" might be wrong, should be "afe.jar" instead.

Well, that's it, hope it helps.


DarkStone
2014-08-12

Re:Re: I tested out a 100% reproducible bug of Flex SDK Installer 3.1

Posted by DarkStone <da...@163.com>.
I see.

Also noticed that the aglj40.jar file is a little bit too big (7.97 MB) and very hard to finish the download, the download speed is very slow too, about 10 KB/s average:
http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/aglj40.jar?format=raw

It appears that sourceforge.net is not good for downloading big files, that's one more thing to consider in the next Flex SDK Installer release.


DarkStone
2014-08-13


At 2014-08-12 10:48:53, "Alex Harui" <ah...@adobe.com> wrote:
>The current workaround we are using to download afe.jar (and other font
>kit jars) does have a side-effect that it does not work with caching
>enabled on Windows.  We'll have to fix that in a next release.
>
>-Alex
>
>On 8/12/14 6:26 AM, "DarkStone" <da...@163.com> wrote:
>
>>Well, if I enable cache for Flex SDK Installer, it will always end up
>>with the same error, here is the log:
>>
>>>>>>>Log begin<<<<<
>>...
>>get-with-params:
>>      [get] Getting
>>http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?form
>>at=raw&ts=201408120910
>>      [get] To D:\Adobe\Adobe Flash Builder 4.7 (64
>>Bit)\sdks\4.13.0\lib\external\optional\afe.jar
>>
>>check-params:
>>
>>get-local:
>>
>>check-sum:
>>Validating download: D:\Adobe\Adobe Flash Builder 4.7 (64
>>Bit)\sdks\4.13.0/lib/external/optional/afe.jar
>>
>>put-in-cache:
>>     [copy] Copying 1 file to
>>H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?form
>>at=raw
>>Error #2038
>>
>>Installation aborted
>>>>>>>Log end<<<<<
>>
>>I think the problem might be this:
>>
>>put-in-cache:
>>     [copy] Copying 1 file to
>>H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?form
>>at=raw
>>Error #2038
>>
>>I mean the copying file path "afe.jar?format=raw" might be wrong, should
>>be "afe.jar" instead.
>>
>>Well, that's it, hope it helps.
>>
>>
>>DarkStone
>>2014-08-12
>

Re: I tested out a 100% reproducible bug of Flex SDK Installer 3.1

Posted by Alex Harui <ah...@adobe.com>.
The current workaround we are using to download afe.jar (and other font
kit jars) does have a side-effect that it does not work with caching
enabled on Windows.  We'll have to fix that in a next release.

-Alex

On 8/12/14 6:26 AM, "DarkStone" <da...@163.com> wrote:

>Well, if I enable cache for Flex SDK Installer, it will always end up
>with the same error, here is the log:
>
>>>>>>Log begin<<<<<
>...
>get-with-params:
>      [get] Getting
>http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?form
>at=raw&ts=201408120910
>      [get] To D:\Adobe\Adobe Flash Builder 4.7 (64
>Bit)\sdks\4.13.0\lib\external\optional\afe.jar
>
>check-params:
>
>get-local:
>
>check-sum:
>Validating download: D:\Adobe\Adobe Flash Builder 4.7 (64
>Bit)\sdks\4.13.0/lib/external/optional/afe.jar
>
>put-in-cache:
>     [copy] Copying 1 file to
>H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?form
>at=raw
>Error #2038
>
>Installation aborted
>>>>>>Log end<<<<<
>
>I think the problem might be this:
>
>put-in-cache:
>     [copy] Copying 1 file to
>H:\Downloads\FlexCache\adobe\flexsdk\code\HEAD\tree\trunk\lib\afe.jar?form
>at=raw
>Error #2038
>
>I mean the copying file path "afe.jar?format=raw" might be wrong, should
>be "afe.jar" instead.
>
>Well, that's it, hope it helps.
>
>
>DarkStone
>2014-08-12