9-Jan-11 06:10:25,174 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 9 |Controlling session: Sb7f68d6adb1e0da0T1024971 from 127.0.0.1:58997
29-Jan-11 06:10:26,346 |INFO |emote.request_reply.RequestSender|#1 Request Sender |Request sender '#1' stopped
29-Jan-11 06:10:26,346 |INFO |mote.request_reply.NotifyReceiver|#1 Reply Receiver |Reply receiver '#1' stopped
29-Jan-11 06:10:26,346 |FATAL|rs.remote.data.RemoteDataProvider|#1 Notify Receiver |Asynchronous exception caught: Unknown type 'UD3' found while parsing snapshot flag of a UD3 notify
com.lightstreamer.adapters.remote.RemotingException: Unknown type 'UD3' found while parsing snapshot flag of a UD3 notify

at com.lightstreamer.adapters.remote.data.DataProviderProtocol.readUpdateByMap(DataProviderProtocol.java:580)
at com.lightstreamer.adapters.remote.data.RemoteDataProvider.onNotifyReceived(RemoteDataProvider.java:102)
at com.lightstreamer.adapters.remote.request_reply.NotifyReceiver.onNotifyReceived(NotifyReceiver.java:177)
at com.lightstreamer.adapters.remote.request_reply.NotifyReceiver.run(NotifyReceiver.java:95)
29-Jan-11 06:10:26,346 |ERROR|LightstreamerLogger.subscriptions|#1 Notify Receiver |Failure invoked by Data Adapter
com.lightstreamer.adapters.remote.RemotingException: Unknown type 'UD3' found while parsing snapshot flag of a UD3 notify
at com.lightstreamer.adapters.remote.data.DataProviderProtocol.readUpdateByMap(DataProviderProtocol.java:580)
at com.lightstreamer.adapters.remote.data.RemoteDataProvider.onNotifyReceived(RemoteDataProvider.java:102)
at com.lightstreamer.adapters.remote.request_reply.NotifyReceiver.onNotifyReceived(NotifyReceiver.java:177)
at com.lightstreamer.adapters.remote.request_reply.NotifyReceiver.run(NotifyReceiver.java:95)
29-Jan-11 06:10:26,361 |FATAL|LightstreamerLogger.init |#1 Notify Receiver |Failure in a Data Adapter
29-Jan-11 06:10:26,361 |INFO |LightstreamerLogger.init |#1 Notify Receiver |Exiting.....



Pls Anyone have any idea bout this error ,,, is it BUG>?!
The error message seems odd, but we should assume that the line received from the remote server was containing "UD3" as the "method tag", then "UD3" again as the type of the "isSnapshot" flag, which was supposed to be "B".

The syntax for the "UPDATE BY MAP" command is, in fact:

<timestamp>|UD3|S|<item name>|S|<ID>|B|<is snapshot>|S|<field 1>|S|<value 1>| ... |S|<field N>|S|<value N>



If you are using LS .NET Adapter library for the remote part, this could be a bug or a strange communication issue.
Can you replicate the problem and check the actual content of the communication?
For instance, setting the "lightstreamer.adapters.remote.request_reply.NotifyReceiver" logging category to DEBUG level would produce the log of the inbound messages.