Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39
  1. #21
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    I am also looking at my own console tab in chrome while using their system and I am seeing literally hundreds and hundreds of of these failures pouring in every few seconds

    Click image for larger version. 

Name:	connection_retries.jpg 
Views:	695 
Size:	46.4 KB 
ID:	188

  2. #22
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi Kevin,

    Sorry, the fix is related to xhr.html requests, not to the iframe themselves (that currently remain sitting there, empty).

    The fact that you see the failed requests every few seconds is ok and should not be an issue, the bug I fixed made the client going on requesting the same xhr.html even after the server came back up and even after the download of said file was successful.

    Both bugs are fixed in these versions:

    http://www.lightstreamer.com/temp/Li...ild1640.17.zip

    http://www.lightstreamer.com/temp/Li...6build1670.zip

  3. #23
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    OK I have loaded that thanks - seems OK now on that score

  4. #24
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    Is there any feedback on the numerous warnings and errors:

    Current delay for tasks scheduled on thread pool TLS/SSL HANDSHAKE is 19 seconds.

    Handshake error on Lightstreamer HTTPS Server: task timed out on 217.118.110.123:5673​2.



  5. #25
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    I have transferred the log file from today (with the debug information) for analysis. Thanks.

    It seems there was a LPAR update applied when the issues started occurring on Saturday.

  6. #26
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Kevin,

    The log confirms that the xhr.html requests are in charge of the difference between the number of connections and sessions.
    However in this case the situation does not collapses and we have no messages "Current delay ..." as in recent days.

    About the messages like these:

    Code:
    "Current delay for tasks scheduled on thread pool TLS/SSL HANDSHAKE is x seconds."
    
    "Handshake error on Lightstreamer HTTPS Server: task timed out on ..."
    these messages were a direct result of the huge number of HTTPS connection requests queued in the evening of 21 February.

    The TLS/SSL handshake is a quite demanding operation that can subtract many resources to the rest of the server.
    For this reason, the factory configuration for the <handshake_pool_size> is 1.
    If peaks of HTTP connection requests are expected you could raise this number to better cope with the requests. But I do not think it's your case, since it was an abnormal episode that should not be repeated.

    Regards,
    Giuseppe

  7. #27
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    OK thanks for that information. The question really remains however: is there any way that I can explain the abnormally high number of connection requests? Presumably there is only one source of such a request, and that is from the clients (browsers) running the application and attempting to connect via lightstreamer.js ?

    Is there anything that my own JS code could do to (a bug) that would generate an unexpectedly high number of connections? I know that the browser itself has limits, but if you have a lot of users, all exhibiting the same bug, it could have this sort of impact. If my code created multiple duplicate LightStreamerClient's for example - or created just one but run a connect() method on it multiple times even when it is already either connected or in a connecting/disconnect-will-retry cycle?

  8. #28
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    Also, could you please help me explain these errors:

    13:44:11 Handshake error on Lightstreamer HTTPS Server: Client requested protocol SSLv3 not enabled or not supported on 46.31.180.132:57106.
    TLS/SSL HANDSHAKE POOLED THREAD 1

  9. #29
    Administrator
    Join Date
    Feb 2012
    Location
    Milano
    Posts
    716
    Hi Kevin,

    For the list of enryption protocols enabled you must verify those supported by your JVM and any exclusions from configuration.
    For Lightstreamer 5.x you should check for any parameters <allow_protocol> in <https_server> section. If any, only the protocols mentioned are enabled

    Please could you confirm that the number of connections remains very high even using the library with the last fix?

  10. #30
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    OK I see. So I misunderstood the message. We have clients requesting SSLv3 and the server is saying that it does not support it. We currently have not <allow_protocol> settings configured at this customer, so I gather from what you are saying is that this means the IBMi JVM does not support SSLv3. I have no idea why it isn't supported but possibly because of this: http://www-01.ibm.com/support/docview.wss?uid=swg21687173

    but can we safely ignore this error anyway? If the client requests SSLv3 and it isn't supported, will it negotiate a lower level and connect anway? Is this just a slight impact on connection times?

    With regard to your last question, I am unable to verify this at the customers site because I am not able to implement changes without going through a full delivery phase. Can I safely deploy the latest to change provided by Mone even though the customer has not yet upgraded to LS Server version 6 ?

 

 

Similar Threads

  1. "Out of memory" errors in Safari
    By kpturner in forum Client SDKs
    Replies: 25
    Last Post: April 8th, 2014, 10:36 AM
  2. ARC memory management
    By ebrahim in forum Client SDKs
    Replies: 3
    Last Post: May 28th, 2013, 10:46 AM
  3. Replies: 3
    Last Post: July 29th, 2011, 09:56 AM
  4. Memory leak on Firefox only
    By riwang in forum Client SDKs
    Replies: 10
    Last Post: July 27th, 2009, 12:13 PM
  5. Memory Leaks
    By igindex in forum Client SDKs
    Replies: 1
    Last Post: November 11th, 2006, 10:45 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:35 AM.