• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.1257

New Here ,
Dec 05, 2009 Dec 05, 2009

Copy link to clipboard

Copied

I just downloaded the zip nightly build and rebuilt all my projects/libraries.  Now I'm getting this error.  How do i fix this?

Thanks!

TOPICS
Developers

Views

52.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2009 Dec 05, 2009

Copy link to clipboard

Copied

I'm using a Mac, 10.5.8, Safari 3.2.3, Flex Builder 3, Flash Player 10, and it is tracing out this:

Error #2032: Stream Error. URL: http://localhost:3000/bin-debug/textLayout_1.0.0.565.swf

Failed to load RSL textLayout_1.0.0.565.swf

Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/textLayout_1.0.0.565.swf

Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml.  The 'secure' attribute is only permitted in HTTPS and socket policy files.  See http://www.adobe.com/go/strict_policy_files for details.

[SWF] /bin-debug/Flex4Test.swf - 317,860 bytes after decompression

Error #2032: Stream Error. URL: http://localhost:3000/bin-debug/osmf_4.0.0.12575.swf

Failed to load RSL osmf_4.0.0.12575.swf

Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575.swf

Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575.swf

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 07, 2009 Dec 07, 2009

Copy link to clipboard

Copied

I had to comment that osmf one out:

<?xml version="1.0"?>

<flex-config>

    <!-- TextLayout SWC -->

    <runtime-shared-library-path append="true">

<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/textLayout.swc</path-element>

<rsl-url>textLayout_1.0.0.565.swf</rsl-url>

<policy-file-url></policy-file-url>

<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/textLayout_1.0.0.565.swf</rsl-url>

<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>

</runtime-shared-library-path>

    <!-- OSMF SWC

    <runtime-shared-library-path append="true">

<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/osmf.swc</path-element>

<rsl-url>osmf_4.0.0.12575.swf</rsl-url>

<policy-file-url></policy-file-url>

<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/osmf_4.0.0.12575.swf</rsl-url>

<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>

</runtime-shared-library-path>-->

    <!-- Framework SWC -->

<runtime-shared-library-path append="true">

<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/framework.swc</path-element>

<rsl-url>framework_4.0.0.12575.swf</rsl-url>

<policy-file-url></policy-file-url>

<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/framework_4.0.0.12575.swf</rsl-url>

<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>

</runtime-shared-library-path>

    <!-- Spark SWC -->

   <runtime-shared-library-path append="true">

<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/spark.swc</path-element>

<rsl-url>spark_4.0.0.12575.swf</rsl-url>

<policy-file-url></policy-file-url>

<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/spark_4.0.0.12575.swf</rsl-url>

<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>

</runtime-shared-library-path>

<!-- RPC SWC -->

<runtime-shared-library-path append="true">

<path-element>/Applications/Adobe Flex Builder 3/sdks/flex_sdk_4_12575/frameworks/libs/rpc.swc</path-element>

<rsl-url>rpc_4.0.0.12575.swf</rsl-url>

<policy-file-url></policy-file-url>

<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12575/rpc_4.0.0.12575.swf</rsl-url>

<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>

</runtime-shared-library-path>

</flex-config>

Probably not set up yet.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 07, 2009 Dec 07, 2009

Copy link to clipboard

Copied

Looks like there may be issues with the RSL.  It might be related to 12545.  The build process for OSMF.swc is still undergoing some further changes, but I'll make sure to take a look at this issue really soon.

-Ryan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Dec 17, 2009 Dec 17, 2009

Copy link to clipboard

Copied

I believe this was fixed in the nightly build 4.0.0.12940.

http://bugs.adobe.com/jira/browse/SDK-24711

Peter

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 09, 2011 Mar 09, 2011

Copy link to clipboard

Copied

Im using

flex_sdk_4.1.0.16076

I've chosen not to use RSLs and Im still getting this URL asked for, my apps are not allowed to access this url due to firewall

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mar 09, 2011 Mar 09, 2011

Copy link to clipboard

Copied

If you are not using RSLs then make sure all of you apps and modules have been recompiled without RSLs (-static-rsls=true). I suspect you still have an application or module compiled with RSLs.

-Darrell

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 17, 2011 May 17, 2011

Copy link to clipboard

Copied

Hi Darrell,

I'm also receiving this error in one of my projects, but adding -static-rsls=true to the additional compiler arguments line causes an error when compiling. When I ignore this and continue compiling and try run the .swf anyway I still get error #2032


Do I have that argument wrong?

Best regards,

Gareth

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 17, 2011 May 17, 2011

Copy link to clipboard

Copied

To removed RSL linkage in Flash Builder, go to the "Flex Build Path" Properties Page, "Library path" Tab, and change the Framework linkage to "Merged into Code".

-Darrell

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 18, 2011 May 18, 2011

Copy link to clipboard

Copied

Hi Darrell, that works now. Thanks very much!

I have one problem now though - doing that turned my file from 100kb to over 600kb in size, is there another way I can get around without sacrificing file size?

Many thanks,

Gareth

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
May 18, 2011 May 18, 2011

Copy link to clipboard

Copied

LATEST

There a couple of ways to reduce your application file size.

1. Use RSLs.

2. Break up your application into modules.

The best gains on application file size can be made when you do both #1 and #2.

-Darrell

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines