CSRF Login Failure

First, I’m new to Openfire and this is the first time posting. So please bear with me. I installed Openfire on a new Windows 2016 server. I’m using the embedded database with Active Directory. I successfully went through the Administration setup wizard, connected using LDAP correctly and added/tested the admins at the end of the wizard. I’ve gone through the process 3 or 4 times now by changing the conf/openfire.xml file just to mkae sure I didn’t miss something. But every time I’ve completed the setup wizard and tried to login to the Admin console, I get the CSRF failure. I’m not sure where to go from here. Edit: I should add that I installed 4.3.2 x64

Are you using Internet Explorer on the same server (localhost)? Can you try some other browser? Or maybe you have Enhanced security enabled for IE and you can try disabling it for admins. Optionally you can open 9090/9091 ports on the server and connect remotely from another PC.

How you run it, via launcher or service?

You can also check the logs at Openfire/logs/all.log

Are you using the HTTPS admin console? Also, try from a private browsing / incognito browser session.

2 Likes

I’ve tried multiple browsers and also tried logging into the admin console from another machine. I get the CSRF failure every time. I’m not sure where to go at this point.

What about these?

I’ve been using the Launcher? I’m not sure how to login a different way. Below is the log from using the Launcher and then trying to login.

2019.02.19 06:31:18 INFO [main]: org.jivesoftware.database.DbConnectionManager - Unable to get a connection from the database pool (attempt 6 out of 10).
java.sql.SQLException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 14:31:17 heartbeat - read: -7875 ms.
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCConnection.(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.8.0_201]
at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.8.0_201]
at org.apache.commons.dbcp2.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:90) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.apache.commons.dbcp2.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:291) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:883) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:436) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:365) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:134) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.jivesoftware.database.EmbeddedConnectionProvider.getConnection(EmbeddedConnectionProvider.java:65) ~[xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:129) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:438) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.init(JiveProperties.java:90) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.getInstance(JiveProperties.java:66) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveGlobals.getProperty(JiveGlobals.java:556) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.cache.CacheFactory.(CacheFactory.java:88) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.initialize(XMPPServer.java:394) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:640) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.(XMPPServer.java:236) [xmppserver-4.3.2.jar:4.3.2]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_201]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_201]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_201]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_201]
at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_201]
at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:92) [startup.jar:4.3.2]
at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56) [startup.jar:4.3.2]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85) [i4jruntime.jar:?]
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94) [i4jruntime.jar:?]
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25) [i4jruntime.jar:?]
Caused by: org.hsqldb.HsqlException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 14:31:17 heartbeat - read: -7875 ms.
at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.LockFile.newLockFileLock(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.Logger.acquireLock(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.Logger.open(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.Database.reopen(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.Database.open(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.DatabaseManager.getDatabase(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.DatabaseManager.newSession(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
… 35 more
2019.02.19 06:31:29 INFO [main]: org.jivesoftware.database.DbConnectionManager - Unable to get a connection from the database pool (attempt 7 out of 10).
java.sql.SQLException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 14:31:28 heartbeat - read: -8404 ms.
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCConnection.(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCDriver.getConnection(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.jdbc.JDBCDriver.connect(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.8.0_201]
at java.sql.DriverManager.getConnection(Unknown Source) ~[?:1.8.0_201]
at org.apache.commons.dbcp2.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:90) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.apache.commons.dbcp2.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:291) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:883) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:436) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:365) ~[commons-pool2-2.6.0.jar:2.6.0]
at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:134) ~[commons-dbcp2-2.5.0.jar:2.5.0]
at org.jivesoftware.database.EmbeddedConnectionProvider.getConnection(EmbeddedConnectionProvider.java:65) ~[xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:129) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.loadProperties(JiveProperties.java:438) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.init(JiveProperties.java:90) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveProperties.getInstance(JiveProperties.java:66) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.JiveGlobals.getProperty(JiveGlobals.java:556) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.util.cache.CacheFactory.(CacheFactory.java:88) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.initialize(XMPPServer.java:394) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:640) [xmppserver-4.3.2.jar:4.3.2]
at org.jivesoftware.openfire.XMPPServer.(XMPPServer.java:236) [xmppserver-4.3.2.jar:4.3.2]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_201]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_201]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_201]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_201]
at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_201]
at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:92) [startup.jar:4.3.2]
at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56) [startup.jar:4.3.2]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_201]
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85) [i4jruntime.jar:?]
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94) [i4jruntime.jar:?]
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25) [i4jruntime.jar:?]
Caused by: org.hsqldb.HsqlException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 14:31:28 heartbeat - read: -8404 ms.
at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.error.Error.error(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.LockFile.newLockFileLock(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.Logger.acquireLock(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.persist.Logger.open(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.Database.reopen(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.Database.open(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.DatabaseManager.getDatabase(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
at org.hsqldb.DatabaseManager.newSession(Unknown Source) ~[hsqldb-2.4.1.jar:2.4.1]
… 35 more

I only see one error here, and it may or may not be related to your CSRF error. After you install recent versions of Openfire, it already installs a Windows service and if you don’t uncheck it on the last step it also runs it. If you then also run a launcher, it creates a conflict as two Openfire processes try to access the same database. Just don’t use the launcher anymore. I suggest exit it, then also restart the Openfire service. You should find it in the services list. Then open a browser (better not IE) and go to http://localhost:9090 (that’s on the same server, if you want to connect remotely, you will have to use XMPP domain or server’s FQDN instead of localhost, well, IP probably should work also). When you enable SSL, you can use https://localhost:9091

I tried that and still got the same results. I should note, after I enter the username/password and click login, the process just spins and says waiting. But nothing ever happens If I click login again during this time, that’s when I get the csrf failure.

Also, why am I getting the database setup and config error below?

Database setup or configuration error: Please verify your database settings and check the logs/error.log file for detailed error messages.
java.lang.IllegalArgumentException: java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a connection after 11 retries. The exception from the last attempt is as follows: java.sql.SQLException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 16:24:05 heartbeat - read: -7074 ms.
at org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:956)
at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:648)
at org.jivesoftware.openfire.XMPPServer.(XMPPServer.java:236)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImEpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknworror starting the server. Please check the log files for more information.
n Source)
at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:92)
at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
Caused by: java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a connection after 11 retries. The exception from the last attempt is as follows: java.sql.SQLException: Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile@f7cf94a6[file =C:\Program Files\Openfire\embedded-db\openfire.lck, exists=true, locked=false, valid=false, ] method: checkHeartbeat read: 2019-02-19 16:24:05 heartbeat - read: -7074 ms.
at org.jivesoftware.database.DbConnectionManager.getConnection(DbConnectionManager.java:156)
at org.jivesoftware.openfire.XMPPServer.verifyDataSource(XMPPServer.java:946)
… 16 more
Server halted

Ok, then stop the service (also do not run the launcher), go to Openfire installation folder, embedded-db folder and delete the openfire.lck file.

How do I delete the openfire.lck file? It disappears when I stop the service and it won’t allow me to delete it while it’s running.

Ok, so this is not the problem with it being stuck from the previous conflict. Then you don’t have to delete it. But it shouldn’t show errors about it then. You can try uninstalling and installing Openfire again fresh and this time leave it with service installed and running and don’t run the launcher. Also, make sure Openfie folder is deleted when you uninstall and delete left overs. If the problem persists, then check newly created logs again.

OK, so I uninstalled everything and deleted the openfire directory. Reinstalled with successful ‘tests’ during installation. After it was installed, I did no use the launcher and even restarted the openfire service before trying to login using Chrome. It just spins. Nothing happens. I tried logging in on the server and also a client machine. Same result. The error log is empty. Here is the all.log

2019.02.19 09:42:08 INFO [main]: org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode)
2019.02.19 09:42:10 INFO [main]: org.jivesoftware.openfire.XMPPServer - Openfire 4.3.2 [Feb 19, 2019 9:42:10 AM]
2019.02.19 09:42:10 WARN [pool-2-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console: CertificateStoreManager has not been initialized yet. HTTPS will be unavailable.
2019.02.19 09:42:11 INFO [pool-2-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Misses
2019.02.19 09:42:11 INFO [pool-2-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Hits
2019.02.19 09:42:11 INFO [pool-2-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console listening at http://server.domain.cu:9090
2019.02.19 09:42:11 INFO [pool-2-thread-1]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin ‘admin’.
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - Checkpoint start
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - checkpointClose start
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - checkpointClose synched
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - checkpointClose script done
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - checkpointClose end
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: hsqldb.db.HSQLDB6906DA102B.ENGINE - Checkpoint end - txts: 1
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: org.jivesoftware.database.SchemaManager - Missing database schema for openfire. Attempting to install…
2019.02.19 09:42:28 INFO [Jetty-QTP-AdminConsole-24]: org.jivesoftware.database.SchemaManager - Database update successful.
2019.02.19 09:42:32 INFO [Jetty-QTP-AdminConsole-18]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for LDAP UserDN
2019.02.19 09:45:16 INFO [Jetty-QTP-AdminConsole-22]: org.jivesoftware.openfire.keystore.IdentityStore - Generating a new private key and corresponding self-signed certificate for domain name ‘server.domain.cu’, using the RSA algorithm (sign-algorithm: SHA256WITHRSAENCRYPTION with a key size of 2048 bits). Certificate will be valid for 1825 days.
2019.02.19 09:45:17 INFO [pool-13-thread-1]: org.jivesoftware.openfire.keystore.CertificateStoreWatcher - A file system change was detected. A(nother) certificate store that is backed by file ‘C:\Program Files\Openfire\resources\security\keystore’ will be reloaded.
2019.02.19 09:45:18 WARN [Thread-24]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console: CertificateStoreManager has not been initialized yet. HTTPS will be unavailable.
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console listening at http://server.domain.cu:9090
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Servers Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Components Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Users Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing AnonymousUsers Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing User Sessions
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Roster
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Multicast Service
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Message Size
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for VCard
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Privacy Lists
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Presence Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Last Activity Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for User
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Remote Users Existence
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Components Sessions
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Connection Managers Sessions
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Incoming Server Sessions
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Sessions by Hostname
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Validated Domains
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Client Session Info Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities Users
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Directed Presences
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for PEPServiceManager
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Published Items
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.openfire.pubsub.PubSubPersistenceManager - No nodes found in pubsub
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Features
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Items
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group Metadata Cache
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.openfire.pubsub.PubSubModule - Publish-Subscribe domain: pubsub.server.domain.cu
2019.02.19 09:45:18 INFO [Thread-24]: org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl - Multi User Chat domain: conference.server.domain.cu
2019.02.19 09:45:32 INFO [pool-17-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin ‘search’.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.container.PluginMonitor - Finished processing all plugins.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s-legacyMode] - Started.
2019.02.19 09:45:32 WARN [pool-2-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s] - Started.
2019.02.19 09:45:32 WARN [pool-2-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s-legacyMode] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component-legacyMode] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager-legacyMode] - Started.
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.spi.EncryptionArtifactFactory - Creating new SslContextFactory instance
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.http.HttpSessionManager - Starting instance
2019.02.19 09:45:32 INFO [pool-2-thread-1]: org.jivesoftware.openfire.http.HttpBindManager - HTTP bind service started
2019.02.19 09:45:48 INFO [Jetty-QTP-AdminConsole-70]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Locked Out Accounts
2019.02.19 09:45:48 WARN [Jetty-QTP-AdminConsole-70]: org.jivesoftware.database.SequenceManager - Autocreating jiveID row for type ‘25’
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘ANONYMOUS’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘PLAIN’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘DIGEST-MD5’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘CRAM-MD5’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘SCRAM-SHA-1’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘JIVE-SHAREDSECRET’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘GSSAPI’ SASL mechanism.
2019.02.19 09:48:42 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘EXTERNAL’ SASL mechanism.
2019.02.19 10:03:33 INFO [Thread-1]: org.jivesoftware.openfire.XMPPServer - Shutting down 50 modules …
2019.02.19 10:03:33 INFO [Thread-1]: org.jivesoftware.openfire.pubsub.PubSubPersistenceManager - Flushing write cache to database
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s-legacyMode] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s-legacyMode] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component-legacyMode] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager-legacyMode] - Stopped.
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.http.HttpSessionManager - Stopping instance
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.http.HttpBindManager - HTTP bind service stopped
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.XMPPServer - Shutting down plugins …
2019.02.19 10:03:34 INFO [Thread-1]: org.jivesoftware.openfire.container.PluginManager - Shutting down. Unloading all loaded plugins…
2019.02.19 10:04:04 WARN [Thread-1]: org.eclipse.jetty.util.thread.QueuedThreadPool - QueuedThreadPool[Jetty-QTP-AdminConsole]@5d6cf931{STOPPING,8<=8<=200,i=0,q=3}[org.eclipse.jetty.util.thread.TryExecutor$$Lambda$1/2096634513@648a8c82] Couldn’t stop Thread[Jetty-QTP-AdminConsole-69,5,main]
2019.02.19 10:04:04 WARN [Thread-1]: org.eclipse.jetty.util.thread.QueuedThreadPool - QueuedThreadPool[Jetty-QTP-AdminConsole]@5d6cf931{STOPPING,8<=8<=200,i=0,q=3}[org.eclipse.jetty.util.thread.TryExecutor$$Lambda$1/2096634513@648a8c82] Couldn’t stop Thread[Jetty-QTP-AdminConsole-71,5,main]
2019.02.19 10:04:04 INFO [Thread-1]: org.jivesoftware.openfire.container.PluginManager - Unloaded plugin ‘admin’.
2019.02.19 10:04:04 INFO [Thread-1]: org.jivesoftware.openfire.container.PluginManager - Unloaded plugin ‘search’.
2019.02.19 10:04:04 INFO [Thread-1]: hsqldb.db.HSQLDB6906DA102B.ENGINE - Database closed
2019.02.19 10:04:04 INFO [Thread-1]: org.jivesoftware.openfire.XMPPServer - Openfire stopped
2019.02.19 10:04:04 INFO [Thread-1]: org.jivesoftware.openfire.XMPPServer - Server halted
2019.02.19 10:04:09 INFO [main]: org.jivesoftware.openfire.XMPPServer - Registering shutdown hook (standalone mode)
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Servers Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Components Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing Users Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing AnonymousUsers Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Routing User Sessions
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Roster
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Multicast Service
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Message Size
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for VCard
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Privacy Lists
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Offline Presence Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Last Activity Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for User
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Remote Users Existence
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for LDAP UserDN
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Components Sessions
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Connection Managers Sessions
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Incoming Server Sessions
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Sessions by Hostname
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Validated Domains
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Client Session Info Cache
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Entity Capabilities Users
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Directed Presences
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created local-only cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for PEPServiceManager
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for File Transfer
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Published Items
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Features
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Disco Server Items
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group
2019.02.19 10:04:11 INFO [main]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group Metadata Cache
2019.02.19 10:04:12 INFO [main]: org.jivesoftware.openfire.pubsub.PubSubModule - Publish-Subscribe domain: pubsub.server.domain.cu
2019.02.19 10:04:12 INFO [main]: org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl - Multi User Chat domain: conference.server.domain.cu
2019.02.19 10:04:12 INFO [main]: org.jivesoftware.openfire.XMPPServer - Openfire 4.3.2 [Feb 19, 2019 10:04:12 AM]
2019.02.19 10:04:12 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.EncryptionArtifactFactory - Creating new SslContextFactory instance
2019.02.19 10:04:12 INFO [pool-5-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Misses
2019.02.19 10:04:12 INFO [pool-5-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Favicon Hits
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.container.AdminConsolePlugin - Admin console listening at:
http://server.domain.cu:9090
https://server.domain.cu:9091
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin ‘admin’.
2019.02.19 10:04:13 INFO [pool-6-thread-2]: org.jivesoftware.openfire.container.PluginManager - Successfully loaded plugin ‘search’.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.container.PluginMonitor - Finished processing all plugins.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s-legacyMode] - Started.
2019.02.19 10:04:13 WARN [pool-5-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s] - Started.
2019.02.19 10:04:13 WARN [pool-5-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation is limited to exactly one.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_s2s-legacyMode] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[component-legacyMode] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[connection_manager-legacyMode] - Started.
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.spi.EncryptionArtifactFactory - Creating new SslContextFactory instance
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.http.HttpSessionManager - Starting instance
2019.02.19 10:04:13 INFO [pool-5-thread-1]: org.jivesoftware.openfire.http.HttpBindManager - HTTP bind service started
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘ANONYMOUS’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘PLAIN’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘DIGEST-MD5’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘CRAM-MD5’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘SCRAM-SHA-1’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘JIVE-SHAREDSECRET’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘GSSAPI’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.openfire.net.SASLAuthentication - Support added for the ‘EXTERNAL’ SASL mechanism.
2019.02.19 10:04:21 INFO [socket_c2s-thread-2]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Locked Out Accounts

I have edited a few more places and replaced your real domain with server.domain.cu

From the logs it shows that the server is starting ok. Not sure what is happening. Maybe some weird stuff with Windows Server 2016. I have no option to test on that OS currently. You can try to connect from a client with admin user. Install a client, say Spark, on the server itself and try to login. Use server.domain.cu for the Domain field. If it doesn’t work you can also go to advanced menu, uncheck automatic host detection and put server’s IP or localhost (or localhost IP) in there.

I suppose you have installed x64 version with Java included?

Thank you. I meant to take my domain out.

So I was able to login to Spark on a client machine. I used 2 different users 1 with admin and 1 without and successfully sent a message as well. Which is great and all but how would I administer this without being able to get into the admin console?

FYI - I also tried to install Openfire on 2012 server and could not get into the admin console on that install either.

Well, i’m not sure what is happening. Last time i used Openfire on Windows Server was with 2008 R2. Though, in this video How To: Video on setting up SSO/AD with Openfire @speedy is installing what it seems on 2012 R2 and it works ok for him. If Openfire logs don’t give a clue, maybe Event Log will show something. Something might interfere with Openfire web server, so it times out. These servers are regular setups, no additional services/software?

I am getting CSRF Failure issue while login OPenfire Admin Panel. While accessing server with IP Address I am able to login OPenfire admin panel. But while accessing the same server with sub domain at login time I am getting “CSRF Failure” error

Are you trying to login on the server itself or remotely from another machine? What browser? Also, what do you mean by subdomain? Are you trying to login to https://xmpp_domain:9091?

Does your DNS resolve to a load-balancer, and your IP address direct to a server in the cluster? It may be that the login form is being rendered on one server, and submitted to another.

The admin console is not “clustered” in the way that traditional web apps can be.

Greg

This sometimes happens when you switch between http and https usage of the admin console. Try from an incognito window.

1 Like