开发者

Flex application throws error when making http call (GET request)

I get following error occasionally while running my flex application. I dont know what is wrong as it works intermittently.

Error occured (mx.messaging.messages::ErrorMessage)#0
  body = ""
  clientId = "DirectHTTPChannel0"
  correlationId = "ACB1E8D4-51AF-21B9-E440-8ADBA0D4301E"
  destination = ""
  extendedData = (null)
  faultCode = "Server.Error.Request"
  faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false can开发者_JS百科celable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost/api/wireless/lookupNumber/6501234567/"]. URL: http://localhost/api/wireless/lookupNumber/6501234567/"
  faultString = "HTTP request error"
  headers = (Object)#1
    DSStatusCode = 0
  messageId = "21CFD7A0-209E-81E2-8416-8ADBAC4F6B69"
  rootCause = (flash.events::IOErrorEvent)#2
    bubbles = false
    cancelable = false
    currentTarget = (flash.net::URLLoader)#3
      bytesLoaded = 0
      bytesTotal = 0
      data = ""
      dataFormat = "text"
    errorID = 0
    eventPhase = 2
    target = (flash.net::URLLoader)#3
    text = "Error #2032: Stream Error. URL: http://localhost/api/wireless/lookupNumber/6501234567/"
    type = "ioError"
  timestamp = 0
  timeToLive = 0

Can you please guide me ?

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜