Skip to main content
Participating Frequently
August 23, 2013
Question

Http Service #2032 error on adobe air

  • August 23, 2013
  • 1 reply
  • 14638 views

Hello.

We have an application that uses HttService to connect to the php script

It always works fine on my mac and on many other computers

but sometimes clients on win7 or win8 complain about #2032 error.

I have logs frome the last time client had the problem:

(mx.rpc.events::FaultEvent)#0

  bubbles = false

  cancelable = true

  currentTarget = (::HTTPOperation)#1

    argumentNames = (null)

    arguments = (Object)#2

    concurrency = "multiple"

    contentType = "application/x-www-form-urlencoded"

    headers = (Object)#3

    lastResult = (null)

    makeObjectsBindable = true

    method = "POST"

    name = (null)

    operationManager = (null)

    properties = (null)

    request = (Object)#4

    requestTimeout = -1

    resultElementType = (null)

    resultFormat = "object"

    resultType = (null)

    rootURL = "app:/CurationSoft.swf"

    serializationFilter = (null)

    service = (null)

    showBusyCursor = false

    url = "http://curationsoft.com/admin/licensecheck.php"

    useProxy = false

    xmlDecode = (null)

    xmlEncode = (null)

  eventPhase = 2

  fault = (mx.rpc::Fault)#5

    content = ""

    errorID = 0

    faultCode = "Server.Error.Request"

    faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. URL: http://curationsoft.com/admin/licensecheck.php"

    faultString = "HTTP request error"

    message = "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. URL: http://curationsoft.com/admin/licensecheck.php'"

    name = "Error"

    rootCause = (flash.events::IOErrorEvent)#6

      bubbles = false

      cancelable = false

      currentTarget = (flash.net::URLLoader)#7

        bytesLoaded = 0

        bytesTotal = 0

        data = ""

        dataFormat = "text"

      errorID = 2032

      eventPhase = 2

      target = (flash.net::URLLoader)#7

      text = "Error #2032"

      type = "ioError"

  headers = (null)

  message = (mx.messaging.messages::ErrorMessage)#8

    body = ""

    clientId = "DirectHTTPChannel0"

    correlationId = "C32429EF-ECF4-7A2E-31BD-AB45B6D993F5"

    destination = ""

    extendedData = (null)

    faultCode = "Server.Error.Request"

    faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. URL: http://curationsoft.com/admin/licensecheck.php"

    faultString = "HTTP request error"

    headers = (Object)#9

      DSStatusCode = 0

    messageId = "EB900331-B705-49FD-D82D-AB45B6F8EBF6"

    rootCause = (flash.events::IOErrorEvent)#6

    timestamp = 0

    timeToLive = 0

  messageId = "EB900331-B705-49FD-D82D-AB45B6F8EBF6"

  statusCode = 0

  target = (::HTTPOperation)#1

  token = (mx.rpc::AsyncToken)#10

    message = (mx.messaging.messages::HTTPRequestMessage)#11

      body = (Object)#12

        p = "cs2013"

        u = "marketconnexusLLC"

      clientId = (null)

      contentType = "application/x-www-form-urlencoded"

      destination = "DefaultHTTP"

      headers = (Object)#13

        DSEndpoint = "direct_http_channel"

      httpHeaders = (Object)#3

      messageId = "C32429EF-ECF4-7A2E-31BD-AB45B6D993F5"

      method = "POST"

      recordHeaders = false

      timestamp = 0

      timeToLive = 0

      url = "http://curationsoft.com/admin/licensecheck.php"

    responders = (null)

    result = (null)

  type = "fault"

it's not related to the service availability even not related to any pc antivirus software or firewall

we tried to turn them all off.

When problem exist we tried to ping required service and it's accesible...

Can someone suggest some solution? or way to go?

This topic has been closed for replies.

1 reply

chris.campbell
Community Manager
Community Manager
August 23, 2013

Looks like 2032 is a Stream error.  Have you tried running the app with a proxy debugging app like Charles (http://www.charlesproxy.com/) to see what the traffic looks like when the error occurs?  You might also want to look at this blog post to see if the recommendations there help.

http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/

sadensmolAuthor
Participating Frequently
August 24, 2013

Hi, Chris.

Thank you for the quick response.

Just got email from client :

"I hooked the computer up directly to the DSL, and saw no problem."

so i guess it was some weird problem with network configuration.

anyway im going to log in remotely on client's pc and check what's wrong with Charles ( thank you for the advice!)

i will update this thread after that!