Hi.
Spark: 3.0.2
Openfire: 4.9.0
The user starts the program and login automatically (remembered password), but there is no one on the contact list. He must exit the program, restart it and the list of users will load.
Any tips?
Hi.
Spark: 3.0.2
Openfire: 4.9.0
The user starts the program and login automatically (remembered password), but there is no one on the contact list. He must exit the program, restart it and the list of users will load.
Any tips?
Hi Greg. That’s an interesting issue. Is this affecting only one user, and is the behaviour consistent? Did something trigger the issue? Are you sure that the automatic login uses the same credentials as the manual login? Would you be able to share XMPP traffic exchanges between. Spark and the server (you can use Spark’s debugger to collect that)?
Hi @guus
The problem affects more users. Yes, the password remembered is correct. Besides, if they were different, he wouldn’t have logged in at all.
Maybe it has something to do with it - I noticed that messages can arrive with a delay or not at all. For some users, I noticed that the messages arrive only after they reopen the window.
From the logs:
WARNING: ChatRoomDecorator: finished jlubon@um.bytom.pl
lis 06, 2024 7:14:09 AM org.jivesoftware.spark.util.log.Log warning
WARNING: checkNatives
lis 06, 2024 7:14:09 AM org.jivesoftware.spark.util.log.Log warning
WARNING: ofmeet-Error: Properties-file does not exist= C:\Users\user\AppData\Roaming\Spark\ofmeet.properties, using default https://domain.com:7443/ofmeet/
lis 06, 2024 7:14:09 AM org.jivesoftware.spark.util.log.Log warning
WARNING: Native lib folder already exist.
lis 06, 2024 7:16:05 AM org.jivesoftware.spark.util.log.Log warning
WARNING: shutdown
lis 06, 2024 7:16:14 AM org.jivesoftware.spark.util.log.Log warning
WARNING: checkNatives
lis 06, 2024 7:16:14 AM org.jivesoftware.spark.util.log.Log warning
WARNING: ofmeet-Error: Properties-file does not exist= C:\Users\user\AppData\Roaming\Spark\ofmeet.properties, using default https://domain.com:7443/ofmeet/
lis 06, 2024 7:16:14 AM org.jivesoftware.spark.util.log.Log warning
WARNING: Native lib folder already exist.
I don’t know why the address is domain.com and not ServerName.domain.com
I turned on the debugger, but I have to wait for the problem to repeat itself.