Hi,
As you can see in the attached image, LS client receives an illegalArgumentException, my adapter doesn't through such an exception,
What is the cause of this exception????? how can I...
Type: Posts; User: ManKeer
Hi,
As you can see in the attached image, LS client receives an illegalArgumentException, my adapter doesn't through such an exception,
What is the cause of this exception????? how can I...
when wifi disconnection happened, the client entered the DISCONNECTED state, and keep trying to reconnect.
my question, when the client goes to DISCCONNECTED state, does that mean that all...
One of my clients tries to subscribe tm my adapter through a JSON string as the following:
1. if getItems method received {"name":"LStocks","pick":""}
DataProvider is LSTOCKS, since the...
if the user logged from two separate devices? How can I kill the old session? or LS engine will detect that for me ....
I need to connect lightstreamer to a certain domain, lightstreamer can't connect at all, I have tried to setForcedTransport to different protocols, non of them working.
However, I can open the...
here's the next lines
06.أبر.23 10:14:39,050|DEBUG|lightstreamer.protocol|Session Thread <1>|New message (1): CONOK,S22dfab6342ca12c1M160T1438774,50000,0,*
06.أبر.23...
Dear Dario,
Would you please take a look on the following log records?
I didn't receive anything as a client????
log4j:WARN No appenders could be found for logger...
why do I receive this message " Unexpected update for item xxxx" ?
Dear Dario,
I have the following scenario on the server:
Line 267015: 04-Apr-23 13:38:08,273|INFO |L.requests |SERVER POOLED THREAD 3380 |Serving request:...
Dear Dario,
Thank you for your response, I have attached the logs of the data adapter in my emails.
Unfortunately, I couldn't find any evidence for a delay from the data adapter side.
...
Thank you very much @giuseppe.corti, I have sent the logs from my personal email "mankeer@gmail.com", I have attached the logs for both LS server and client,
I need to know if this is a general...
Hi,
My customers start complaining that there's an accumulated delay in receiving data, the client can be connected to different domains.
I have the logs for both the server and the client, How...
Sorry Dario, it was a typo error.
the version is 7.1.2 not 7.2.1
Do you advice me to go to the latest version 7.2.2?
I have a java client which is connected perfectly to LIGHTSTREAMER version 7.2.1 through https, however, the behavior is not correct, the client receives the data too slowly and it appears like a...
Hi Giuseppe,
I have sent an email to "support@lightstreamer.com" from my email "m.ankeer@aljaziracapital.com.sa", I have attached the log file of the java client there.
Is it possible to join...
Hi Giuseppe,
Thank you for your response and I appreciate your help.
I just want to ask what do you mean by "misconfiguration of the client", here is the client configuration:
myClient = new...
Dear Giuseppe,
I have sent an email for "support@lightstreamer.com", I have attached the required logs for you, my email was titled by "Al Jazira Capital Logs", however I have noticed the...
I have applied the code below, which loads the keystore that contains the required certificate, unfortunately not worked....
char[] keyStorePassword = "MYPASSWORD".toCharArray();
KeyStore ks =...
Hi giuseppe,
I have asked this question again on the stackoverflow, I have got the following response "The observed behavior is not related to client and server versions, but to other context...
Hi Giuseppe,
I have sent an email to lightstreamer support, the email contains two attached files, one when setEarlyWSOpenEnabled = true, and one when setEarlyWSOpenEnabled = false.
Regards
Hi Giuseppe,
I have used the setEarlyWSOpenEnabled two times, one with true and one with false, I have the client side logs for both case, however, the server side doesn't receive any connection...
I have a java LS client and HTML 5 Ls client, both of them are connecting to LS server.
The LS server is located behind the load balancer, the LS server running under https protocol.
The...
I have a java LS client and HTML 5 Ls client, both of them are connecting to LS server.
The LS server is located behind the load balancer, the LS server running under https protocol.
The...
old lightstreamer version 5.1.1 Colosseo
while the new light streamer version is 7.1.2
In addition, I have checked the <delta_delivery> and I found it not configured, the conf file just mentioned...
Hi,
I have an old version of lightstreamer (client and server), in this version, when no changes happened to the field, I receive "UNCHANGED".
Now, I 'm upgrading both the client and server,...