Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Apr 2023
    Location
    India
    Posts
    1

    Question Issues with Lightstreamer client connections

    Hello everyone,


    My Lightstreamer client connections are having some problems, and I was hoping someone could offer some troubleshooting advice.


    What's occurring is that I keep getting a "connection refused" error message when I try to connect my client to the Lightstreamer server. I've examined my code and server settings twice, but I still don't know what's going wrong.




    The Lightstreamer JavaScript client library is currently at version 7.2.2 on my server, and I'm using it. Has anyone else had this issue before? If so, how did you resolve it?


    Any tips or advice would be greatly appreciated. Thank you in advance for your help!

  2. #2
    Hello,

    Please activate the client logger (see the snippet below) and post here the output.

    var loggerProvider = new SimpleLoggerProvider();
    loggerProvider.addLoggerAppender(new ConsoleAppender("DEBUG", "*"));
    LightstreamerClient.setLoggerProvider(loggerProvid er);

 

 

Similar Threads

  1. Replies: 4
    Last Post: September 25th, 2013, 11:19 AM
  2. Replies: 3
    Last Post: August 16th, 2011, 11:39 AM
  3. warn connections, lightstreamer not run
    By quanghung221 in forum Adapter SDKs
    Replies: 1
    Last Post: May 31st, 2010, 10:00 AM
  4. Remote connections issues.
    By stephenallred in forum Client SDKs
    Replies: 8
    Last Post: May 3rd, 2010, 12:25 PM
  5. Lightstreamer closes connections
    By RichP1 in forum General
    Replies: 1
    Last Post: November 16th, 2007, 12:28 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 10:10 AM.