Problem after removing account (#8)
Open
Unknown opened 3 years ago

The client stopped working with an exception in the console. Here is the log:

Debug: (MVIKotlin) AccountEditStore (INTENT, Delete): org.tigase.officialtea.common.settings.accountslist.AccountEditStore$Intent$Delete@68d9e4f5
Debug: (MVIKotlin) AccountEditStore (LABEL, Removed): Removed(jid=artur@something.net)
Debug: (MVIKotlin) AccountEditStore: disposed
Info: (ConnectionService) Removed Halcyon artur@something.net
Info: (t.h.c.AbstractHalcyon) Disconnecting
Debug: (t.h.c.SessionObject) Clearing [Stream, Connection, Session]
Info: (t.h.c.r.RequestsManager) Timeout all waiting requests
Debug: (MVIKotlin) AccountsListStore (RESULT, DataLoaded): DataLoaded(items=[Accounts [
  id: 1
  enabled: true
  userjid: kobit@something.org
  nickname: kobit
  resource: tea
  hostname: null
  port: null
  roster_version: null
], Accounts [
  id: 2
  enabled: true
  userjid: artur.hefczyc@something
Debug: (MVIKotlin) AccountsListStore (STATE, Model): Model(items=[Accounts [
  id: 1
  enabled: true
  userjid: kobit@something.org
  nickname: kobit
  resource: tea
  hostname: null
  port: null
  roster_version: null
], Accounts [
  id: 2
  enabled: true
  userjid: artur.hefczyc@something.o
Warn: (t.h.c.e.EventBus) Problem on handling event
tigase.halcyon.core.exceptions.HalcyonException: Client is not running
        at tigase.halcyon.core.AbstractHalcyon.startConnector(AbstractHalcyon.kt:355)
        at tigase.halcyon.core.Halcyon.reconnect(Halcyon.kt:41)
        at tigase.halcyon.core.AbstractHalcyon$processControllerErrorEvent$1.invoke(AbstractHalcyon.kt:179)
        at tigase.halcyon.core.AbstractHalcyon$processControllerErrorEvent$1.invoke(AbstractHalcyon.kt:83)
        at tigase.halcyon.core.AbstractHalcyon$waitForDisconnect$h$1.onEvent(AbstractHalcyon.kt:384)
        at tigase.halcyon.core.AbstractHalcyon$waitForDisconnect$h$1.onEvent(AbstractHalcyon.kt:378)
        at tigase.halcyon.core.eventbus.EventBus$fireThreadPerHandler$$inlined$forEach$lambda$1.run(EventBus.kt:77)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
Debug: (t.h.c.m.ClearableValue) Restoring initial value. Scope=Connection; value=SASLContext(mechanism=null, state=Unknown, complete=false)
Debug: (t.h.c.m.ClearableValue) Restoring initial value. Scope=Session; value=tigase.halcyon.core.xmpp.modules.sm.StreamManagementModule$ResumptionContext@7291c80e
Debug: (t.h.c.m.ClearableValue) Restoring initial value. Scope=Session; value=null
Debug: (t.h.c.m.ClearableValue) Restoring initial value. Scope=Stream; value=null
Debug: (t.h.c.m.ClearableValue) Restoring initial value. Scope=Session; value=null
Debug: (t.h.c.x.m.s.StreamManagementModule) Disabling ACK

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_clients/officialtea#8
Please wait...
Page is in error, reload to recover