Skip to main content
Known Participant
December 6, 2009
Question

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

  • December 6, 2009
  • 2 replies
  • 52937 views

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!

This topic has been closed for replies.

2 replies

December 7, 2009

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

Peter_deHaan
Participating Frequently
December 17, 2009

I believe this was fixed in the nightly build 4.0.0.12940.

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

Peter

nikos101
Inspiring
March 9, 2011

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

viatroposAuthor
Known Participant
December 6, 2009

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

viatroposAuthor
Known Participant
December 7, 2009

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.