Search:

Type: Posts; User: doraintech

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Hi Giuseppe, I think I have found the...

    Hi Giuseppe,

    I think I have found the problem. Adding the loggers you suggested really helped to narrow it down.

    Thank you very much for your help.
  2. Hi Giuseppe, Please find the logs attached. ...

    Hi Giuseppe,

    Please find the logs attached.

    I have done a find and replace to remove some sensitive data but that should not make any difference to the part you are interested in.

    Thanks...
  3. Hi Giuseppe, Yes I can confirm that i have...

    Hi Giuseppe,

    Yes I can confirm that i have the code you mentioned. I am definitely passing the isSnapshotAvailable function to the data providers when they are constructed.

    I have turned on...
  4. Hi Giuseppe, Thank you for your reply. I...

    Hi Giuseppe,

    Thank you for your reply.

    I have actually already included the function

    var isSnapshotAvailable =function( itemName ){ return true };

    in the data provider constructor. I...
  5. Handling client update when snapshot not present

    Hi there,


    I am building a trading platform and doing something very similar to your recent MarketDepth demo. I am however using the node js adapters instead of the Java adapter that you have...
  6. Thank you very much for the help. my...

    Thank you very much for the help.

    my package.json file had * for the lightstreamer-adapter version. So when re-installing the server the adapter was upgrading thus making it incompatible with the...
  7. Continuous "Current delay for tasks scheduled on thread pool SERVER..." messages

    Hi,

    Ive just changed my instance type on AWS and suddenly started having the following problems as you can see from the logs.
    There are repeated Current delay for tasks scheduled on thread pool...
  8. Hi yes, I am recieving the call just fine....

    Hi yes,

    I am recieving the call just fine. Here is my code:

    var HOST = 'localhost';
    var METADATA_PORT = 6662;
    var REQ_RESP_PORT = 6663;
    var WRITE_PORT = 6664;

    var reqRespStream =...
  9. I have just double checked: it is simply the...

    I have just double checked: it is simply the following line that when its un-commented seems to prevent the LS client from connecting.

    client.connectionOptions.setCookieHandlingRequired(true);
    ...
  10. Thanks for the info - that is useful to know....

    Thanks for the info - that is useful to know. however when I set setCookieHandlingRequired to true the client still won't connect even if I remove the DB call completely (i.e. change the body of...
  11. Have looked into this further - when ...

    Have looked into this further - when client.connectionOptions.setCookieHandlingRequired(true); is set by the client the request headers that are sent to the notifyUser method are different. For...
  12. Actually, that fixed one problem and exposed...

    Actually, that fixed one problem and exposed another one. I now have the required cookies, and I parse them and use the result to perform a lookup in a database which is an async call. Is it OK to...
  13. that did the trick, thanks for the help!

    that did the trick, thanks for the help!
  14. Hi, thanks for the reply. I set...

    Hi,

    thanks for the reply.

    I set <use_protected_js>Y</use_protected_js> and <forward_cookies>Y</forward_cookies>

    but still in the request i only see the following:

    { id:...
  15. Sending authenticated sessionID cookie from browser to notifyUser

    Hi,

    I am currently implementing authentication for my lightstreamer instance.

    notifyUser is being called with a request, for example:

    { id: 'd100000145fea61d8d',
    verb: 'notifyUser',
    ...
  16. Replies
    1
    Views
    7,447

    Enabling Authentication

    Hello,

    I have a working lightstreamer integration based on a node js / javascript client implementation.

    I have the following adapter.xml:

    ...
  17. Replies
    18
    Views
    77,943

    Its now working! Thanks a lot for your help,...

    Its now working!

    Thanks a lot for your help, the final issue was something on our side that had crept in whilst we were trying to solve the issue.

    Thanks again.
  18. Replies
    18
    Views
    77,943

    Here is some additional info about the LS version...

    Here is some additional info about the LS version I am using that may be helpful:

    18-Apr-14 17:30:15,202|INFO |LightstreamerLogger.init |main |Lightstreamer Server...
  19. Replies
    18
    Views
    77,943

    Some progress! Now there is no exceptions in...

    Some progress!

    Now there is no exceptions in the logs anymore. I have now removed all of the previous certificates and added them again by, navigating to https://localhost:4433 (the main site...
  20. Replies
    18
    Views
    77,943

    Hi Giuseppe, I have updated the version and...

    Hi Giuseppe,

    I have updated the version and tried again but the problem remains the same - you can see in the logs below that the Java version is now update 55.

    18-Apr-14 10:47:57,222|INFO...
  21. Replies
    18
    Views
    77,943

    Hi We are using version jdk1.7.0_51.jdk? ...

    Hi

    We are using version jdk1.7.0_51.jdk?

    Do we need to change the version?

    Thanks.
  22. Replies
    18
    Views
    77,943

    Hi - I am using Java: jdk1.7.0_51.jdk Is...

    Hi - I am using Java:

    jdk1.7.0_51.jdk

    Is there an issue with this version?

    Thanks.
  23. Replies
    18
    Views
    77,943

    I have also tried to revert to the original...

    I have also tried to revert to the original keystore shipped as you mentioned but have had no luck with this - I still get the same errors as above.

    Here is my lightstreamer configuration file for...
  24. Replies
    18
    Views
    77,943

    Hi Giuseppe, Here are the logs generated by...

    Hi Giuseppe,

    Here are the logs generated by connections attempted from Safari browser:

    17-Apr-14 09:54:03,391|INFO |ghtstreamerLogger.connections.ssl|LS/SSL HANDSHAKE SELECTOR 1|Handshake...
  25. Replies
    18
    Views
    77,943

    Hi Giuseppe, I have had the chance to test...

    Hi Giuseppe,

    I have had the chance to test with a different browser and the problem is still there, it just has a slightly different error message that it not useful.

    I have now set both...
Results 1 to 25 of 28
Page 1 of 2 1 2
All times are GMT +1. The time now is 10:49 PM.