Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Nov 2010
    Location
    nowhere
    Posts
    1

    UD3 Unknow Erorr

    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.RemotingExceptio n: Unknown type 'UD3' found while parsing snapshot flag of a UD3 notify

    at com.lightstreamer.adapters.remote.data.DataProvide rProtocol.readUpdateByMap(DataProviderProtocol.jav a:580)
    at com.lightstreamer.adapters.remote.data.RemoteDataP rovider.onNotifyReceived(RemoteDataProvider.java:1 02)
    at com.lightstreamer.adapters.remote.request_reply.No tifyReceiver.onNotifyReceived(NotifyReceiver.java: 177)
    at com.lightstreamer.adapters.remote.request_reply.No tifyReceiver.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.RemotingExceptio n: Unknown type 'UD3' found while parsing snapshot flag of a UD3 notify
    at com.lightstreamer.adapters.remote.data.DataProvide rProtocol.readUpdateByMap(DataProviderProtocol.jav a:580)
    at com.lightstreamer.adapters.remote.data.RemoteDataP rovider.onNotifyReceived(RemoteDataProvider.java:1 02)
    at com.lightstreamer.adapters.remote.request_reply.No tifyReceiver.onNotifyReceived(NotifyReceiver.java: 177)
    at com.lightstreamer.adapters.remote.request_reply.No tifyReceiver.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>?!

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,089
    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.Notif yReceiver" logging category to DEBUG level would produce the log of the inbound messages.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 04:13 AM.