このエラーIntermittent Channel.Connect.Failed error NetConnection.Call.Failed:HTTP: Failured: url 'http://nsmjboss:8400/backbone/messagebroker/amf'をスローする Flex アプリケーションがあります。
ブルーワーでそのリンクをクリックすると、問題なく動作し、ログにエラーは表示されません。私の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>
何がこれを引き起こしているのでしょうか?