PatientDevelopr Hi everyone, i got this error what can i do? ``` Unexpected call on dismissed batch manager: LS_reqId=15&LS_op=add&LS_subId=17&LS_mode=MERGE&LS_group=ISINCODE&LS_schema=instrumentId lastTradePriceChangePercent instrumentColor instrumentState instrumentName instrumentStateName companyName lastTradePrice lastTradePriceChange closingPrice closingPriceChange closingPriceChangePercent&LS_data_adapter=PopularInstruments&LS_snapshot=false& 2024-04-30 08:06:09.685 4753-4995 lightstreamer.threads itrader.develop E Uncaught exception java.lang.IllegalStateException: Unexpected call on dismissed batch manager at com.lightstreamer.client.protocol.HttpRequestManager.addRequest(HttpRequestManager.java:270) at com.lightstreamer.client.protocol.TextProtocolHttp.sendControlRequest(TextProtocolHttp.java:40) at com.lightstreamer.client.protocol.TextProtocol.sendSubscriptionRequest(TextProtocol.java:314) at com.lightstreamer.client.session.Session.sendSubscription(Session.java:986) at com.lightstreamer.client.session.SessionManager.sendSubscription(SessionManager.java:640) at com.lightstreamer.client.SubscriptionManager.subscribe(SubscriptionManager.java:172) at com.lightstreamer.client.SubscriptionManager.doAdd(SubscriptionManager.java:105) at com.lightstreamer.client.SubscriptionManager$1.run(SubscriptionManager.java:91) at com.lightstreamer.client.session.SessionThread$1.run(SessionThread.java:150) at com.lightstreamer.util.threads.LoggingRunnable.run(LoggingRunnable.java:35) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) at com.lightstreamer.util.threads.JoinableSchedulerPoolExecutor$1$1.run(JoinableSchedulerPoolExecutor.java:48) 2024-04-30 08:06:09.685 4753-4995 lightstreamer.session trader.develop E A fatal error has occurred. The session will be closed. Cause: java.lang.IllegalStateException: Unexpected call on dismissed batch manager ```
Alessandro.Carioni Which client version are you using? Can you provide a complete log of the scenario that led to the exception?
PatientDevelopr 2024-04-30 10:23:13.835 517-588 InputDispatcher system_server E channel 'c52cee0 trader.develop/trader.develop.android.trader.presentation.ui.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 2024-04-30 10:24:55.419 8655-8939 lightstreamer.session trader.develop E Unexpected OK event while session is in status: RECEIVING 2024-04-30 10:24:57.275 8655-8939 lightstreamer.requests trader.develop E Unexpected call on dismissed batch manager: LS_reqId=15&LS_op=add&LS_subId=17&LS_mode=MERGE&LS_group=IRO1 IRO9 IRO9&LS_schema=instrumentId lastTradePriceChangePercent instrumentColor instrumentState instrumentName instrumentStateName companyName lastTradePrice lastTradePriceChange closingPrice closingPriceChange closingPriceChangePercent&LS_data_adapter=PopularInstruments&LS_snapshot=false& 2024-04-30 10:24:57.276 8655-8939 lightstreamer.threads trader.develop E Uncaught exception java.lang.IllegalStateException: Unexpected call on dismissed batch manager at com.lightstreamer.client.protocol.HttpRequestManager.addRequest(HttpRequestManager.java:270) at com.lightstreamer.client.protocol.TextProtocolHttp.sendControlRequest(TextProtocolHttp.java:40) at com.lightstreamer.client.protocol.TextProtocol.sendSubscriptionRequest(TextProtocol.java:314) at com.lightstreamer.client.session.Session.sendSubscription(Session.java:986) at com.lightstreamer.client.session.SessionManager.sendSubscription(SessionManager.java:640) at com.lightstreamer.client.SubscriptionManager.subscribe(SubscriptionManager.java:172) at com.lightstreamer.client.SubscriptionManager.doAdd(SubscriptionManager.java:105) at com.lightstreamer.client.SubscriptionManager$1.run(SubscriptionManager.java:91) at com.lightstreamer.client.session.SessionThread$1.run(SessionThread.java:150) at com.lightstreamer.util.threads.LoggingRunnable.run(LoggingRunnable.java:35) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) at com.lightstreamer.util.threads.JoinableSchedulerPoolExecutor$1$1.run(JoinableSchedulerPoolExecutor.java:48) 2024-04-30 10:24:57.276 8655-8939 lightstreamer.session trader.develop E A fatal error has occurred. The session will be closed. Cause: java.lang.IllegalStateException: Unexpected call on dismissed batch manager
Alessandro.Carioni Please attach the log file capturing all events from the initiation to the termination of your application. Additionally, could you confirm whether the error persists if you switch to ls-android-client 4.2.8, or better yet, to version 5.1.1, instead of the current ls-android-client-compact version?