Hi Parker,

What version are you running?

A channel polling error is generally caused by two things:
1. The server endpoint was unreachable (possible but unlikely).
2. Your data service destination may have a session or subscription timeout 
value defined in which case the polling channel may be faulting and shutting 
down because you no longer have an active subscription on the server. This 
timeout is based on when messages are pushed to your client for changes made by 
other clients.

First, check #2 above. Second, try turning on client logging in your app 
(<mx:TraceTarget/>) and server to see more details for the failure.

HTH,
Seth

________________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of 
parkerwhirlow
Sent: Friday, April 27, 2007 11:08 AM
To: [email protected]
Subject: [flexcoders] Channel.Polling.Error - Using DataService with AtuoCommit 
and AtutoSync


Hi 

I seem to be getting intermittent faults from my data service. Trying
the same thing again seems to have it go away.

Using DataService w/ HibernateAssembler. AutoSync and AutoCommit are
enabled. Destination is configured with the default 'my-polling-amf'
channel.

see the fault below:
[FaultEvent fault=[RPC Fault faultString="error"
faultCode="Channel.Polling.Error" faultDetail="null"]
messageId="D716AD65-B6ED-EDDD-89A8-342B42108D28" type="fault"
bubbles=false cancelable=true eventPhase=2]

Any ideas? Is there a way to retry the operation from the fault handler?

thanks,
Parker Whirlow
 

Reply via email to