markgoldin
                
                    03-Nov-08 16:33:04,305 |ERROR|rs.remote.data.RemoteDataProvider|Timer-3                    |Exception caught while subscribing to item 'floorupdate'
com.lightstreamer.adapters.remote.RemotingException: Timeout while waiting for an answer to request 10000011d647c61fb
	at com.lightstreamer.adapters.remote.request_reply.RequestSender$1.run(RequestSender.java:200)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)
I have been getting this error. Not sure if it started after I upgrated to 3.5. Can you please help me with the error?
Thanks
                
            
            
                                Dario Crivelli
                
                    Subscription requests that are forwarded to a Remote Data Adapter should be processed quickly. If this doesn't happen, then the Proxy Adapter applies its own timeout limit (10 seconds) and stops waiting data for the involved item.
Can you find a corresponding call to "Subscribe" for the 'floorupdate' item that is not returning after 10 seconds?
I don't think that upgrading to 3.5 could cause the issue.