Hi @guus
Yes, there were two problems. For https, as I wrote earlier - I used the wrong port number.
Yesterday I added the certificate again - clients connected. Today timeout again.
After adding a certificate:
sudo systemctl restart openfire.service
Maybe the reset itself helps and not changing the certificate? I’ll check tomorrow because everyone is connecting today.
I see errors in the logs after the server reset (maybe one is related to this):
2022.05.31 07:58:41 ERROR [pool-6-thread-4]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin ‘loadstats’:
2022.05.31 07:58:50 ERROR [pool-6-thread-1]: org.jivesoftware.util.XMLProperties - Error reading XML properties
2022.05.31 07:58:50 ERROR [pool-6-thread-1]: org.jivesoftware.openfire.archive.ArchiveIndexer[CONVERSATION] - An exception occurred while initializing the Lucene index that is expected to exist in: /usr/share/openfire/monitoring/search
2022.05.31 07:58:50 ERROR [pool-6-thread-1]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin ‘monitoring’:
I found your message: https://discourse.igniterealtime.org/t/monitoring-plugin-openfire-4-6-2/90217
But he had too: “An exception occurred while unloading plugin ‘monitoring’”
My error:
2022.05.31 08:08:42 ERROR [pool-6-thread-1]: org.jivesoftware.openfire.container.PluginManager - An exception occurred while loading plugin 'monitoring':
at java.lang.Thread.run(Thread.java:832) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:363) [xmppserver-4.7.1.jar:4.7.1]
at org.jivesoftware.openfire.container.PluginMonitor$MonitorTask$4.call(PluginMonitor.java:375) [xmppserver-4.7.1.jar:4.7.1]
at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java:637) [xmppserver-4.7.1.jar:4.7.1]
at org.jivesoftware.openfire.plugin.MonitoringPlugin.initializePlugin(MonitoringPlugin.java:208) [monitoring-2.3.0.jar:?]
at org.jivesoftware.openfire.index.LuceneIndexer.start(LuceneIndexer.java:80) [monitoring-2.3.0.jar:?]
at org.jivesoftware.openfire.index.LuceneIndexer.loadPropertiesFile(LuceneIndexer.java:453) ~[monitoring-2.3.0.jar:?]
at org.jivesoftware.util.XMLProperties.<init>(XMLProperties.java:123) ~[xmppserver-4.7.1.jar:4.7.1]
at org.jivesoftware.util.XMLProperties.<init>(XMLProperties.java:163) ~[xmppserver-4.7.1.jar:4.7.1]
at org.jivesoftware.util.XMLProperties.buildDoc(XMLProperties.java:744) ~[xmppserver-4.7.1.jar:4.7.1]
java.io.IOException: Error on line 1 of document : Premature end of file.