I had this problem too. Our application is deployed to a limited
number of users in a controlled environment so I shutoff the
destination and channel timeouts (allowing the user to have an
unlimited session time) and I stopped getting these errors.

--- In flexcoders@yahoogroups.com, "Jeff Vroom" <[EMAIL PROTECTED]> wrote:
>
> One thing that might help is to use the attribute <reconnect
> fetch="INSTANCE">.   It seems as though your client is getting
> disconnected and is reconnecting and upon reconnecting it is trying to
> fetch a page using a stale reference.  DMS is supposed to refresh all
> references on reconnect but that is not happening here?  Do you have the
> complete server debug log for this case?    
> 
>  
> 
> Jeff
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Kevin
> Sent: Monday, March 10, 2008 3:29 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] LCDS Attempt To Request a page with Sequence
> 
>  
> 
> I am getting a new error in 2.5.1 that I have not seen before. This
> is referencing a lazy loaded class that somehow seems to have be
> disconnected. The error gets thrown when I try to load the lazy
> collection after successfully loading the parent object. Any ideas on
> where to look to solve this?
> 
> - Kevin
> 
> [RPC Fault faultString="Attempt to request a page with sequence id:
> '0' for destination 'userRoles' which the client is not subscribed
> to." faultCode="Server.Processing" faultDetail="null"]
> at
> mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal:
> :dispatchFaultEvent
> <http://www.adobe.com/2006/flex/mx/internal::dispatchFaultEvent>
> ()[C:\depot\flex\branches\enterprise_corfu_b1\frameworks\projects\data\s
> rc\mx\data\ConcreteDataService.as:2371]
> at
> DataListRequestResponder/fault()[C:\depot\flex\branches\enterprise_corfu
> _b1\frameworks\projects\data\src\mx\data\ConcreteDataService.as:6871]
> at
> mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx
> \rpc\AsyncRequest.as:103]
> at
> NetConnectionMessageResponder/statusHandler()[E:\dev\3.0.x\frameworks\pr
> ojects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:523]
> at
> mx.messaging::MessageResponder/status()[E:\dev\3.0.x\frameworks\projects
> \rpc\src\mx\messaging\MessageResponder.as:222]
>


Reply via email to