Results 1 to 10 of 14

Hybrid View

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    71
    the problem is also occured today at 2:35 PM
    it is always occured daily from 2:30 to 2:55 PM
    our session is started from 9:30 AM
    why in this time period

    plz help me asap because this problem is affected our clients daily

    this is the today log file:
    https://drive.google.com/open?id=1Ck...Hi_AgkmGjmGK8m

    this is the LS screen shows the error:
    https://drive.google.com/open?id=1I6...vEM5QitLTfdZyf

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    The log shows that the Server suddenly blocks for about one minute.
    See for instance your latest log between 02-Apr-18 14:34:46 and 02-Apr-18 14:35:49.
    It is really a block, because the 2-second periodic LightstreamerMonitorText lines are also missing.

    The most common explanation is a major garbage collection. However, the free heap is always very large; this is strange.
    Please ensure that you have set the recommended GC options in the command line in LS.sh or LS.bat, that is:
    -XX:MaxGCPauseMillis=1000
    and, just in case, also
    -XX:+UseG1GC

    About the memory, you should ensure that the amount of memory allocated to the JVM is not larger than the available RAM.
    The JVM should be smart enough not to use more memory than available;
    but have you set a -Xmx setting explicitly in the command line in LS.sh or LS.bat?
    Or does the JVM share the avaiable memory with other memory consuming processes? For instance with some of the Remote Adapters?

    By the way, this issue seems not related with Remote Adapter problems.
    However, when the Clients and the Server try to overcome the block, they put a lot of pressure on the Remote Data Adapters, which seem not able to cope with the amount of subscription requests and begins to answer too late.
    You may evaluate increasing the
    <param name="timeout">
    element in the <metadata_provider> and <data_provider> blocks in adapters.xml.

 

 

Similar Threads

  1. Replies: 5
    Last Post: January 18th, 2016, 10:10 AM
  2. Closing connection when browser windows is closed
    By nishant1000 in forum Client SDKs
    Replies: 1
    Last Post: January 23rd, 2014, 09:18 AM
  3. Underlying connection was closed
    By Cerogil in forum Client SDKs
    Replies: 1
    Last Post: September 21st, 2011, 09:19 AM
  4. Session closed
    By EWANG in forum Client SDKs
    Replies: 7
    Last Post: April 16th, 2010, 05:09 PM

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:32 AM.