Page 2 of 2 FirstFirst 12
Results 11 to 20 of 27

Hybrid View

  1. #1
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Unfortunately, the client error you mentioned (LS_cause=new.timeout.5 .2.error) is not enough to figure out what is going on.
    Indeed, the error means that the client was unable to create the session in the expected time and therefore tries again.
    This scenario can be caused both by client-side problems such as poor network conditions, and server-side problems with severe delays on the server.
    You should check the server log looking for messages like this "Current delay for tasks scheduled on thread pool SERVER is ... seconds".

    About missing updates, still valid my previous reply, with a log configuration good for troubleshooting this kind of issue.

    Regards,
    Giuseppe

  2. #2
    Power Member
    Join Date
    Sep 2013
    Location
    Coimbatore
    Posts
    121
    Hello,
    I have already added the log configuration as your guidance. And I have downloaded log and searched like Current delay for tasks scheduled on thread pool SERVER but couldn't found anything like this. IS there any other log I need to enable in config.

  3. #3
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    So, with subscriptions loggers at DEBUG level you should be able to follow the entire flow relating to each Item, starting from the subscription request to the adapter and all the updates received by the server.

    Message like this refer to the subscription request forwarded to the Data Adapter: "Subscribing to item <Item> on <AdapterSet.DataAdapter>"

    Then you should looking for the replies of the adapter with messages like these:
    "INCOMING SNAPSHOT for <Item> on <AdapterSet.DataAdapter> --> ... "
    "INCOMING END OF SNAPSHOT NOTIFY for <Item> on <AdapterSet.DataAdapter>"
    "INCOMING DATA for <Item> on <AdapterSet.DataAdapter> ... "


    With that information you can be sure whether the updates are flowing regularly from the adapter to the server. If so, we'll need to focus on the client side.

    Regards,
    Giuseppe

 

 

Similar Threads

  1. Replies: 2
    Last Post: August 20th, 2015, 11:41 AM
  2. Replace Adapter without restart of Light Streamer service
    By Slavko Parezanin in forum Adapter SDKs
    Replies: 1
    Last Post: January 19th, 2015, 09:43 AM
  3. Replies: 5
    Last Post: August 20th, 2009, 10:38 AM
  4. Replies: 2
    Last Post: October 17th, 2008, 09:22 AM
  5. Hitting ESC stops streaming
    By Mone in forum Client SDKs
    Replies: 1
    Last Post: April 19th, 2007, 07:42 PM

Tags for this Thread

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 12:28 AM.