Error #2032: Stream Error

Hi,
I have recently purchased the FlexBuilder2 and am developing
an ASP.NET web application application which uses a flex
application.
My Flex application is using XML as the data source. The XML
file is supposed to be loaded from a web location ("https"). The
Flex application loads all the data correctly when I launch it in
Firefox, but it gives the following error when I try to load it in
IE6:
event = flash.events.IOErrorEvent (@4e835b1)
bubbles = false
cancelable = false
currentTarget = flash.net.URLLoader (@4b268b1)
eventPhase = 2
target = flash.net.URLLoader (@4b268b1)
text = "Error #2032: Stream Error. URL:
https://xyz.com/flex_data/standardfrontier.xml"
type = "ioError"
I am using FlexBuilder2 IDE to develop and run the Flex
application.
I am not sure why is this happening. I have tried setting the
content expiration property in my webserver (IIS) which holds the
XML file, to expire immidiately, but still no good.
It works properly with FireFox, but, I need this application
to load properly in IE6 as well.
Any help will be highly appreciated.
Thanks in Anticipation,
Rahul

Hi Rahul,
I would recommend to use google before asking a question.
This is an infamous #2032 error. But it seems that your
problem has a solution.
Read this:
http://www.jabbypanda.com/blog/?p=16
http://www.judahfrangipane.com/blog/?p=87
http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5c&sliceId=2
http://www.blog.lessrain.com/?p=276
etc

Similar Messages

  • Problem accessing web service, error 2032 Stream Error

    I'm building a small flex app hat uses two web services
    provided by the same coldfusion CFC.
    I've verified that I can successfully access the web services
    via HTTP, and one of the web services actually does work when
    called. Both return structures that contain a string var, a numeric
    var, and one or more query vars.
    Here is my web service declaration:
    quote:
    <mx:WebService id="ws"
    wsdl="https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?wsdl"
    useProxy="false">
    <mx:operation name="queryDB" result="queryDBResult()"
    fault="queryDBFault(event)">
    <mx:request>
    <RUNDATE>{cboRunDate.selectedItem.XDATE}</RUNDATE>
    <ENTITYID>{txtEntityID.text}</ENTITYID>
    <LASTNAME>{txtLastName.text}</LASTNAME>
    <FIRSTNAME>{txtFirstName.text}</FIRSTNAME>
    <MINITIAL>{txtMiddleInitial.text}</MINITIAL>
    <PRFSCHCD>{cboPreferredSchool.selectedItem.TABLKEY}</PRFSCHCD>
    <PRRECTYP>{cboRecordType.selectedItem.TABLKEY}</PRRECTYP>
    <PRFCLASS>{txtPreferredClass.text}</PRFCLASS>
    </mx:request>
    </mx:operation>
    <mx:operation name="getListData"
    result="getListDataResult()" fault="getListDataFault()"/>
    </mx:WebService>
    Sorry if the formatting sucks, I don't know how to post
    "code" here.
    Anyway, the getListData() method works fine and populates my
    list boxes. But when I call the queryDB() method, I get the
    following fault event:
    quote:
    [FaultEvent fault=[RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
    type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2032: Stream Error. URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"].
    URL:
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc"]
    messageId="1E553B99-DF28-ED72-62B8-B84AA3919F9A" type="fault"
    bubbles=false cancelable=true eventPhase=2]
    I've looked all over the place and I can't seem to find what
    this error means. I've tried all kinds of different ways of doing
    things. Right now I'm browsing the flex app via a file URL (C:\...)
    but I tried putting it up on the server too and that didn't work
    either.
    The method call *DOES* work when called via HTTP... ie
    https://www.it.dev.duke.edu/components/dukemagsearch/checkMailing2.cfc?method=queryDB&RUND ATE=2006-05-19&FIRSTNAME=&LASTNAME=SMITH&MINITIAL=&PRFSCHCD=&PRRECTYP=AL&PRFCLASS=&ENTITYI D=
    (You have to be logged in for that to work so you'll just
    have to trust me, it returns no records if you're not logged into
    the web site already).
    I'm totally stressing out about this because I've essentially
    spent the entire day since 8am trying to solve this. The
    application should've taken 15 minutes total.
    HELP!
    Thanks for any suggestions y'all have.
    Rick

    It means your output was not formed correctly and could not
    be parsed. set up a server side script or something to check that
    the output is indeed what you think it should be, 99% of the time i
    get thie error its due to malformed output from my webservice or
    db. Also try making an xml model of your target data to test the
    application internaly, look up model in the docs, it easy to use
    and if the model works then you know the data is faulty and you
    need to check your output and queries.

  • Android AIR App Random Error #2032: Stream Error (HTTPStatusEvent = 0)

    Hello
    I am investigating an issue with failed requests and it's been difficult to narrow it down. When I put the URL into a browser I get a valid / expected response. However when I try to access the same URL using Actionscript 3 on my Android Devices (Nexus S and Xoom), I get stream error #2032 at random.
    I am using URLRequest with a custom RequestListener class:
    var loader:URLLoader = new URLLoader();                 
    if(action == "zip") loader.dataFormat = URLLoaderDataFormat.BINARY;
    var listener:RequestListener = new RequestListener(action, loader, endFunction, extra);
    loader.addEventListener(Event.COMPLETE, listener.requestSuccessful);
    loader.addEventListener(IOErrorEvent.IO_ERROR, listener.requestFailed);
    loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStatusChange);
    var req:URLRequest = new URLRequest(Global.apiURL);
    req.method = URLRequestMethod.POST;
    req.data = new URLVariables(paramString);
    loader.load(req);
    return loader;
    Note that it works on one of my routers but not the access point:
    onHTTPStatusChange: 0
    requestFailed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: { ... }" errorID=2032]
    Since it works on one router but not the other, I can't say that it's an issue with the app, phone, or our request URL.
    Note that I am using SSL / https.
    Is it a timeout issue?? This is really frustrating.
    Thanks.

    @zhenya1919 - since you're currently going through this, could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others effected can add their comments and votes.
    Thanks,
    Chris

  • #2032 Stream Error when downloading .air file for update

    Hi guys,
    I have made a very simple self update air application. When
    the .air file to download for updating is on a localhost server
    everything works fine, however when the .air file is on a remote
    server I got a #2032 stream error when trying to download the .air
    file. (I tried to download the file using IE or Firefox and I get a
    404 error ; btw I am absolutely sure of the .air file URL )
    Does this happen because the .air file has been generated
    with my trial version of Adobe Air ?
    Thanks for your help.
    Olivier

    Thank you for your answer Oliver.
    I'm absolutely sure of the URL. I set the permissions on the
    remote web server to browse the directory with my explorer, I can
    see the .air file but when I click on that file I get that 404
    error. (I hit the refresh button of my browser to be sure to have
    the correct files list). Btw something interesting to notice is
    that when I rename the .air file to .zip I can download the file.
    I have tried with another remote server and it works. There
    may be some misconfiguration somewhere with the first server I
    tried.

  • Flex IO error# 2032 when using IE7 for parallel https calls across two servers

    Hi,
    Weeks back I faced a wierd issue in the behaviour of flashplayer running on IE7 which is invoking parallel https calls. I have two SSL enabled servers one is listening on port 443 and the other is listening on port 8443 but both running in the same domain. I developed a flex client (using httpservice class) which sends parallel https requests to these two servers. When the number of parallel requests increases say more than 5 requests to each server, the fault handler was encountered with the error message:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://servlet"]. URL: https://servlet"]
    I used some http tracer tools to check if the request jumps out of the browser but that didnt happen. I am 100% sure that I am using the correct url. I was totally helpless . This worked without any issues in IE8 or Chrome or Firefox. This made me think about increasing the number of concurrent connections for IE7 by modifying the windows registry. But still no difference in the behaviour.
    After breaking my head for a long days, I got one solution which would work. This issue is happening only if we are sending https requests to different ports in the same domain. So rather than moving one among the two servers to a new domain, I got a new DNS name for the same destination. So presently I got two DNS names pointing to the same machine in which both the servers are mounted.
    After this it really worked cool!!! Now that I am using a separate DNS name for the server listening on port 8443 and the old DNS name is used to hit the server listening on 443. And I am happy that its working fine without any issues .
    But can anyone tell me if this is really an IE7 issue or do we have anyother solution to fix this.
    Please share ur thoughts..

    Hi,
    I am building a mobile employee directory and for that I am using Flash Builder 4.6/AIR 3.1.0. I am using RESTful web service to get XML results and to display on my mobile application. I am getting the same below error when accessing the webservice from mobile app (Android - Galaxy Tab 7 inch).
    Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error # 2032"] URL: http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co">http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabhttp://adfdevp.alshaya.com:7013/RESTEmployeeDetails-http://adfdevp.als haya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlabEmployeeDetails-context-root/jersey/restlab
    The same code is working in Flash Builder 4.6. I have checked Network Monitor to "Disabled" before deploying to mobile. What am i doing wrong here? I am pasting my code below-
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView" xmlns:dao="dao.*"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
       <![CDATA[
        import mx.collections.ArrayCollection;
        import mx.collections.IList;
        import mx.collections.XMLListCollection;
        import mx.events.FlexEvent;
        import mx.rpc.events.FaultEvent;
        import mx.rpc.events.ResultEvent;
        import mx.rpc.xml.SimpleXMLDecoder;
        import mx.utils.ArrayUtil;
        import valueObjects.EmployeeDetail;
        [Bindable]
        private var myXml:XML;
        [Bindable]
        public var resultCollection:IList;
        public function handleXml(event:ResultEvent):void
         var xmlListCollection:XMLListCollection = new XMLListCollection(event.result.children());
         var xmlListCollectionValues:XMLListCollection = new XMLListCollection(event.result.emp.children());
         var resultArray:Array = xmlListCollection.toArray();
         var resultArrayValues:Array = xmlListCollectionValues.toArray();
         var objEmployeeDetails:EmployeeDetail;
         var resultCollection:ArrayCollection = new ArrayCollection();
         var j:int = 0;
         for(var i:int=0;i<resultArray.length;i++){
          objEmployeeDetails = new EmployeeDetail();
          objEmployeeDetails.brand = resultArrayValues[j];
          objEmployeeDetails.division = resultArrayValues[j+1];
          objEmployeeDetails.email = resultArrayValues[j+2];
          objEmployeeDetails.employee_name = resultArrayValues[j+3];
          objEmployeeDetails.employee_number = resultArrayValues[j+4];
          objEmployeeDetails.grade = resultArrayValues[j+5];
          objEmployeeDetails.mobile = resultArrayValues[j+6];
          objEmployeeDetails.position = resultArrayValues[j+7];
          j = j + 8;
          resultCollection.addItem(objEmployeeDetails);
         list.dataProvider = resultCollection;
         //return resultCollection;
        public function handleFault(event:FaultEvent):void
         //Alert.show(event.fault.faultDetail, "Error");             
        protected function sesrchEmployee():void
         xmlRpc.send();
       ]]>
    </fx:Script>
    <fx:Declarations>
       <dao:EmployeeDAO id="srv"/>
       <mx:HTTPService id="xmlRpc"
           url="http://adfdevp.alshaya.com:7013/RESTEmployeeDetails-EmployeeDetails-co ntext-root/jersey/restlab"
           result="handleXml(event)"
           fault="handleFault(event)"
           resultFormat="e4x" showBusyCursor="true">
        <mx:request xmlns="">
         <data>{key.text}</data>
         <data>{key1.text}</data>
        </mx:request>
       </mx:HTTPService>
    </fx:Declarations>
    <s:navigationContent/>
    <s:titleContent>
       <s:VGroup width="100%">
       <s:HGroup width="100%">
        <s:Label top="40" paddingTop="10" paddingRight="13" height="29" text="Employee Name:"/>
        <s:TextInput id="key" width="559"/>
       </s:HGroup>
       <s:HGroup width="100%">
        <s:Label height="30" paddingTop="10" text="Employee Number:"/>
        <s:TextInput id="key1" width="100%"/>
       </s:HGroup>
       </s:VGroup>
    </s:titleContent>
    <s:actionContent>
       <s:Button icon="@Embed('assets/search.png')" click="sesrchEmployee()"/> 
    </s:actionContent>
    <s:List id="list" top="0" bottom="0" left="0" right="0" 
        change="navigator.pushView(EmployeeDetails, list.selectedItem)">
       <s:itemRenderer>
        <fx:Component>
         <s:IconItemRenderer label="{data.employee_name}"
              messageField="position">
         </s:IconItemRenderer>
        </fx:Component>
       </s:itemRenderer>
    </s:List>
    </s:View>
    Please help me to resolve this issue as soon as possible. Appreciate your quick response in this regard.
    Thanks,
    Murtaza Ghodawala
    Mobile: +965 97180549
    [email protected]

  • Dreaded error #2032

    [dumbfounded]
    I'm trying to access an online PHP file which returns XML. The PHP is passed GET parameters.
    It works in a browser just fine. A barebones test (see code below) works in an AIR app too while testing from the Flash IDE but testing for Flash player 10.2 (or the original project, player 8 (yes AS2), both result in loading errors.
    Below is the code from the AIR app. Only difference with the 'swf code' is the addition of the HTTP_RESPONSE_STATUS eventlistener.
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.events.HTTPStatusEvent;
    import flash.events.IOErrorEvent;
    var l:URLLoader = new URLLoader();
    var r:URLRequest = new URLRequest( "http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****" );
    l.addEventListener(Event.COMPLETE, onDone );
    l.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStat );
    l.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, onHTTPResponseStat );
    l.addEventListener(IOErrorEvent.IO_ERROR, onIOError );
    l.load( r );
    function onDone( e:Event ):void
         trace( e.target.data );
    function onIOError( e:Event ):void
         trace( e )
    function onHTTPStat( e:HTTPStatusEvent ):void
         trace( e );
    function onHTTPResponseStat( e:HTTPStatusEvent ):void
         trace( e );
    response gotten while testing for AIR is:
    [SWF] Untitled-2.swf - 3421 bytes after decompression
    [HTTPStatusEvent type="httpResponseStatus" bubbles=false cancelable=false eventPhase=2 status=200 responseURL="http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****"]
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=200 responseURL=null]
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <earzresult>
       <user>
         <name><![CDATA[manno]]></name>
         <id>5143</id>
         <pwd><![CDATA[****]]></pwd>
         <orgid>3</orgid>
         <orgname><![CDATA[****]]></orgname>
         <sessionid>58</sessionid>
       </user>
    </earzresult>
    [UnloadSWF] Untitled-2.swf
    Test Movie terminated.
    While the test for swf results in:
    Error opening URL 'http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****'
    [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=0 responseURL=null]
    [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.****.nl/****.nl/test/****_lvs/fl_login.php?usr=*****&pwd=****"]
    Anyone any idea?
    Thanks in advance,
    Manno

    As a quick fix, and until I can find a better solution, I had the web service changed to check for values of -1 for the number parameters which they processed to remove the values and set them to null on the server side.  I looked for an answer to this on Google and was surprised that more people hadn't come up against this issue before.
    Cheers.

  • Error #2032 when calling a WebService operation

    I'm trying to make a soap operation call. The wsdl file is
    loaded fine, but when I go to make a call, I get this error:
    quote:
    HTTP request error
    (mx.messaging.messages::ErrorMessage)#0
    body = (Object)#1
    clientId = "DirectHTTPChannel0"
    correlationId = "C5EF8C74-6413-12CF-7737-7E8FE675B002"
    destination = ""
    extendedData = (null)
    faultCode = "Server.Error.Request"
    faultDetail = "Error: [IOErrorEvent type="ioError"
    bubbles=false cancelable=false eventPhase=2 text="Error #2032:
    Stream Error. URL: https://foo.com/soap"]. URL:
    https://foo.com/soap"
    faultString = "HTTP request error"
    headers = (Object)#2
    messageId = "55F24685-6626-C774-F58E-7E8FE6E39495"
    rootCause = (flash.events::IOErrorEvent)#3
    bubbles = false
    cancelable = false
    currentTarget = (flash.net::URLLoader)#4
    bytesLoaded = 0
    bytesTotal = 0
    data = (null)
    dataFormat = "text"
    eventPhase = 2
    target = (flash.net::URLLoader)#4
    text = "Error #2032: Stream Error. URL:
    https://foo.com/soap"
    type = "ioError"
    timestamp = 0
    timeToLive = 0
    Here's the code for the WebService:
    quote:
    <mx:WebService id="ws" wsdl="
    http://foo.com/bar.wsdl"
    showBusyCursor="true" >
    <mx:operation name="Baz">
    <mx:request>
    <Param>{this.keyId}</Param>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    The swf is on the same domain (and subdomain) as the
    webservce, and when it isn't, I get a security error.
    I read that https and webservice can have some problems when
    not going through a proxy, but I can't see why, and I'd rather not
    use a proxy; I shouldn't need one.
    This happens with both Firefox and IE.

    You can only make an HTTPS connection if the SWF was also
    loaded via HTTPS.

  • HttpService POST json -  Error #2032

    Hi,
    I'm trying to POST json data to my Rest Service (please find code snippet below). On the faultHandler I get the following error
    message    "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: https://135.123.128.9/mgmt/Users"]. URL: https://hostname/mgmt/Users'" 
    <code>
         private function clickHandler(event:ItemClickEvent):void {
                        var user:User=new User();
                        user.loginName= login.text;
                        user.surname= lastName.text;
                        user.givenName= firstName.text;
                        user.userPassword=password.text;
                        createUserHttpService.contentType="application/json";
                        createUserHttpService.send(JSON.encode(userCopy));
          <mx:HTTPService id="createUserHttpService" 
                          useProxy="false" method="POST" result="userByUserIdServiceResultHandler(event);"
                           url="https://135.123.128.9/mgmt/Users"   fault="createUserServiceFaultHandler(event);" showBusyCursor="true" />                 
    </code>
    Thanks in advance
    ~Shankar

    #1 - yes
    #2 - yes, but im able to do GET on the same server and also POST for  content-type="text".
    Can there be something specific if content-type="application/json" and POST  ?
    Alternatively if someone can provide me a small code snippet which sends  json in the body of a POST request using HttpServic, that would be great as  well.. may be im missing something my code
    Thanks

  • Actionscript error: HTTP request error

    Why do I get this kind of actionscript error? Everytime my page loads up this error immediately shows up:
    [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost/trytryjfsjfs-debug/total.php" errorID=2032]. URL: http://localhost/trytryjfsjfs-debug/total.php"]
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\autobuild\3.2.0\frameworks\p rojects\rpc\src\mx\rpc\AbstractInvoker.as:220]
        at mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder .as:53]
        at mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:103]
        at DirectHTTPMessageResponder/errorHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\ mx\messaging\channels\DirectHTTPChannel.as:362]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    I checked the said URL and this is my code of total.php:
    <?php
    $projName = mysql_real_escape_string($_POST["projNameTI"]);
    $query = "SELECT itemno, divno,descs,qty,unit,unitcost,qty*unitcost as subtotal, SUM(qty*unitcost) as total,psid,project_id FROM projectspecs
    Where project_id = (SELECT project_id FROM project where name='$projName')";
    $result = mysql_query($query) or die ("Query failed: ".mysql_error() ."Actual query: ". $query);
    ?>
    It seems that this code works perfectly
    Can someone please help me about this problem, just an explanation how to get this well.
    Hoping for a response.

    http://localhost/trytryjfsjfs-debug/total.php?projNameTI=3       (what ever you have as the id in the db.)
    try to use this URL in your browser and see what you are getting.

  • Streaming Error #2032 in Internet Explorer

    Hi,
    I have a probem with running my dashboards in Internet Explorer.
    When I am running several dashboards on one PC, I will start getting Error #2032 on the dashboards.
    If I run the dashboards in Mozilla Firefox, I don't get any #2032 errors.
    In my dashboards there are alot of web service connections, but the web server is running on an IIS 6.0, so the web server can handle quite a big amount of web services.
    Does anyone have any experience with this kind of problem?
    I have been thinking if it is Internet Explorers implementation of Flash that is causing this problem?
    All comments are very much appreciated.
    Best regards,
    Ole

    Sorry for the sllllooowww reply but we have been playing ping pong with BOBJ Support on this...with no success...
    The customer who is experiencing random 'Error #2032' on .swf files refreshed while logged on inside or outside the firewall (contrary to my original post). This is not restricted to any specific .swf or Xcelsius component.
    -The is an https:// environment
    -The crossdomain is as follows:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    -The Adobe Global Security Settings at
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
    are set to "Always Allow"
    -SAP/BOBJ Support had us use Fiddler and other tools to get a trace, but none of them have shown anything of value. Maybe we are using such tools incorrectly?
    Has anyone been able to eradicate this seemingly Flash/Network issue with confidence? Any other tasks we can try or troubleshooting tips.

  • Error 2032 out of the box

    I just installed the Adobe Media Server on my Windows 7 local machine
    On the welcome page, I'm getting error #2032 on every video except the "Single Bitrate" one.
    I've tried the crossdomain.xml fix, and that didn't work.
    I looked for previous versions of Apache to check for port conflicts, and didn't find anything.
    It's frustrating that this doesn't work "out of the box"
    I've previously had Red5 installed, but I uninstalled that before installing AMS.

    Hi
    Can you post the set level manifest you created for multi-bitrate streams?
    Also, I hope yoy are on OSMF 1.6+
    -Karishma

  • Error 2032 in communication between Flex Client and WCF

    Hi All,
    I'm trying to establish communication between Flex Client
    and WCF service.
    WCF service accepts gZip compressed data and returns gZip
    compressed results.
    So I used Flex ByteArray.compress() and
    ByteArray.uncompress() for this purpose. However, it throws error
    2032.
    The gZip compression/decompression uses MemoryStream class in
    C#. Based on my previous experience, memory stream communication
    between Flex and C# gives erro 2032.
    Is there a work around for this?
    Thanks,
    Vishal

    I read some thread in the forum, and found somebody had the similar problem with me. Just want to know how to settle this problem.
    In the client/server program. Client is a JAVA program and Server a
    VC++ program. The connection works, and the problem appears after some time. The Client sends a lots of requests to Serverm, the server seems receive nothing. But at the same time, the server is able to send messages to Client. The Client also can get the messages and handle them. Don't understand why there this problem and why it appears when it wants.
    The client is a Win2k platorm with JDK1.3.1 and the server is also a Win2K platform with VC++ 6.0.
    In the Client, using:
    inputFromServer = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    outputToServer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())),true);
    Hope can get your help.

  • Air app install fail in IE with Badge Installer Error # 2032

    Much has been written about this problem, and the most quoted solutions are
    Ensure the appurl FlashVar is not a relative url but fully qualified http://domain.com/app.air
    Uninstall and reinstall Air
    Empty browser's cache
    None of these have solved my issue and I still have a reproducible bug.
    I have set up a badge installer at http://tx.flamjam.com/mms/ which attempts to install appurl=http:/tx.flamjam.com/mms/MMSReview.air
    This works beautifully in OS X but fails in Windows with the error window,
    Sorry, an error has occurred.
    The application could not be installed. Try installing it again. If the problem persists, contact the application author.
    Error# 2032
    I've tested IE and Chrome, both updated to the most recent versions.
    When Air is not installed I get a slightly different error message, with no error number.
    The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
    With Air installed, if I instead visit the appurl directly in the browser — http:/tx.flamjam.com/mms/MMSReview.air —  the file downloads and installs without problem.
    To the best of my knowledge, the error is a generic stream error which essentially means that the appurl could not be found. To demonstrate this, simply use a fictitous appurl and now the same error can be seen on OS X as well. This implies that something is malforming the appurl withing the badge, but I have modified the status display text of the badge to display the appurl parsed from the LoaderInfo object containing FlashVars payload and can confirm that the appurl appears to be consistent between OS X and Win.
    Log file in next post.
    I'll continue digging for a solution, and post my findings here, but would value other's input on this subject greatly.

    An interesting development.
    When I monitor my network traffic using ServiceCapture I can see that no attempt is made to connect to the appurl, with the install failing instantly without even attempting to connect to the appurl.
    ServiceCapture on OS X confirms the attempt to connect to the appurl even if the url is deliberately fictitous resulting in a 404 response.
    The badge begins the installation process using the installApplication method of the following file
    http://airdownload.adobe.com/air/browserapi/air.swf
    which the badge loads on startup.
    It would appear to me that the installation problem is failing inside that loaded swf's code, but I'm at a loss as to how to debug that.

  • Error 2032 when previewing report after apgrading to SP3

    Dear experts,
    I have a report that previously worked fine in 2008 SP1FP3 but now errors after upgrading to 2008 SP3. The report connects to an external data source using an XML Data refresh button sending some data to a URL and then loading a data table received back. The error message when previewing the report is as follows:
    Cannot access external data
    An error has occurred.
    For more information , contact the file creator or your system administrator.
    Error: Error no 2032
    Connection Type: XML Data
    Any advice will be appreciated...

    Hi,
    the error 2032 is a general stream error. Did you mark your XML file as trusted in the adobe settings?:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
    Is the XML file on other domain than yours? Then you will need a crossdomain policy file on the root of that server:
    http://ryangoodman.net/blog/index.php/2008/04/25/xcelsius_2008_cross_domain_policy_change
    Regards
    Victor

  • Loading errors 2032, 2035, 2036 (seems random)

    Hi,
    I have a full-flash website, it loads many files. Depending on the extension, I use different classes :
    - Sound for mp3
    - Loader for png and swf
    - URLLoader for bin
    When I test my site, I don't have any loading error, but I write logs on my server when loading error happen to users, and I see there are several per day, that I don't understand :
    - Error 2032 (no httpStatus) on mp3
    - Error 2032 (with httpStatus 0 or 200) on bin
    - Error 2036 (with httpStatus 0 or 200) on png and swf
    - Error 2035 (with httpStatus 0) on png and swf
    My website is on patschool.com and I load media files on static.patschool.com (which is a CDN). I have crossdomain.xml so the 2 domain can communicate. (if the crossdomain was not ok, loading would fail all the time, right ?)
    The errors are on different files, when I try to load them, everything is OK, it is not a syntax error on url.
    When a loading fails, my loader tries 3 times : most of the time when a loading fails, the second try is ok, but it happens that the loading fails 3 times.
    Does someone have an idea ??
    I don't even know if it comes from the server, the CDN, or my Flash app...

    2032 is a non-descript stream error.  here are others with the same error:  http://stackoverflow.com/questions/1491902/flex-http-request-error-2032
    2036 is a load not completed error.  this occurs when a user navigates away from your site while something is downloading
    2035 is a url not found error.  that should not be intermittant.

Maybe you are looking for

  • Comparative Sales Report Location wise

    Dear Experts,             The customer wishes to have a report in the following format mentioned below. 1. Customer Operates in Tamil Nadu, Andhra Pradesh and Delhi. All these locations are defined in the system and have relevant warehouses linked fo

  • Can i use the iphone charger to charge the shuffle

    I have a circa 2006 shuffle which comes with its charging stand to be connected via USB to computer for charging. Can I use the USB connecting 2 pin charger provided with the iPhone4 to directly charge the shuffle as well ?

  • Macbook pro: blank screen on start up? help!

    my macbook pro had a blank screen on start up. I tried restarting it and nothing worked. I could hear the computer running, but nothing would show up on the screen. When I would shine a light at the screen on start up I could faintly see the apple, b

  • Unable to restore iPad from recent iTunes update.

    So I updated to iTunes 10.7. Afterwards it told me I had to wipe my iPad 2 and restore it. After wiping my iPad however I am unable to restore it. It's stuck in recovery mode. So here is what I have done: I have read support articles like this: http:

  • Blurry full screen image 4.x/5.0/5.2 RC (Develop Module)

    I've created a small youtube video showing how the image goes blurry when hitting F for full screen. http://www.youtube.com/watch?v=bI0GGFgE7Y8 I've zoomed to 1:1 and then hit F in this case.  It's tempermental, it's not something that happens 100% o