2012-06-18 175 views
0

我們有一個Flex應用程序,有時會引發此錯誤Intermittent Channel.Connect.Failed錯誤NetConnection.Call.Failed:HTTP:Failured:url 'http:// nsmjboss:8400/backbone/messagebroker/amf'間歇性Channel.Connect.Failed錯誤NetConnection.Call.Failed:HTTP:失敗:url

我可以在釀酒器中點擊該鏈接,它工作正常,而且在我們的日誌中沒有看到任何錯誤。 我services-config.xml中

<flex-client> 
    <timeout-minutes>120</timeout-minutes> 
</flex-client> 

<channels> 
    <channel-definition id="backbone-amf" class="mx.messaging.channels.AMFChannel"> 
     <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/> 
      <properties> 
      <connect-timeout-seconds>480</connect-timeout-seconds> 
     </properties>   
    </channel-definition>  

    <channel-definition id="backbone-streaming-amf" class="mx.messaging.channels.StreamingAMFChannel"> 
     <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/streamingamf" class="flex.messaging.endpoints.StreamingAMFEndpoint"/> 
    </channel-definition> 

    <channel-definition id="backbone-polling-amf" class="mx.messaging.channels.AMFChannel"> 
     <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/> 
     <properties> 
      <polling-enabled>true</polling-enabled> 
      <polling-interval-seconds>4</polling-interval-seconds> 
     </properties> 
    </channel-definition> 

任何想法可能是什麼造成的?

回答

0

嘗試在您的瀏覽器上激活代理並查看是否問題得到解決。 見question