carlosg2 / pinta

Automatically exported from code.google.com/p/pinta
0 stars 0 forks source link

Unable to do services discovery leads to large unreadable error message. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up a new connection to an invalid url
2. Try to do a auto discovery

What is the expected output? What do you see instead?
Nice and simple error message (readable).

The following error was placed in the box:
Unable to do services discovery: (mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "939E79A7-8319-E242-8688-0B0397CD65A1"
  destination = ""
  extendedData = (null)
  faultCode = "Client.Error.MessageSend"
  faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 
'http://localhost/mvrdv-test/gateway.php'"
  faultString = "Send failed"
  headers = (Object)#2
  messageId = "F5AEC44C-86A2-C37D-0992-0B0398C71B8E"
  rootCause = (mx.messaging.events::ChannelFaultEvent)#3
    bubbles = false
    cancelable = false
    channel = (mx.messaging.channels::AMFChannel)#4
      authenticated = false
      channelSets = (Array)#5
        [0] (mx.messaging::ChannelSet)#6
          authenticated = false
          channelIds = (Array)#7
            [0] (null)
          channels = (Array)#8
            [0] (mx.messaging.channels::AMFChannel)#4
          clustered = false
          connected = false
          currentChannel = (mx.messaging.channels::AMFChannel)#4
          initialDestinationId = (null)
          messageAgents = (Array)#9
            [0] (mx.rpc::AsyncRequest)#10
              authenticated = false
              autoConnect = true
              channelSet = (mx.messaging::ChannelSet)#6
              clientId = (null)
              connected = false
              defaultHeaders = (null)
              destination = "amfphp"
              id = "FB315983-0387-816B-F0FC-0B036D43DA67"
              reconnectAttempts = 0
              reconnectInterval = 0
              requestTimeout = -1
              subtopic = ""
      connected = false
      connectTimeout = -1
      enableSmallMessages = true
      endpoint = "http://localhost/mvrdv-test/gateway.php"
      failoverURIs = (Array)#11
      id = (null)
      mpiEnabled = false
      netConnection = (flash.net::NetConnection)#12
        client = (mx.messaging.channels::AMFChannel)#4
        connected = false
        objectEncoding = 3
        proxyType = "none"
        uri = "http://localhost/mvrdv-test/gateway.php"
      piggybackingEnabled = false
      polling = false
      pollingEnabled = true
      pollingInterval = 3000
      protocol = "http"
      reconnecting = false
      recordMessageSizes = false
      recordMessageTimes = false
      requestTimeout = -1
      uri = "http://localhost/mvrdv-test/gateway.php"
      url = "http://localhost/mvrdv-test/gateway.php"
      useSmallMessages = false
    channelId = (null)
    connected = false
    currentTarget = (mx.messaging.channels::AMFChannel)#4
    eventPhase = 2
    faultCode = "Channel.Connect.Failed"
    faultDetail = "NetConnection.Call.Failed: HTTP: Status 404: url: 'http://localhost/mvrdv-
test/gateway.php'"
    faultString = "error"
    reconnecting = false
    rejected = false
    rootCause = (Object)#13
      code = "NetConnection.Call.Failed"
      description = "HTTP: Status 404"
      details = "http://localhost/mvrdv-test/gateway.php"
      level = "error"
    target = (mx.messaging.channels::AMFChannel)#4
    type = "channelFault"
  timestamp = 0
  timeToLive = 0

Original issue reported on code.google.com by zok...@gmail.com on 30 Sep 2009 at 12:56

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r6

Original comment by c.ottow@gmail.com on 25 Mar 2010 at 4:33