Fixed
Details
Assignee
Greg ThomasGreg ThomasReporter
Greg ThomasGreg ThomasFix versions
Priority
Major
Details
Details
Assignee
Greg Thomas
Greg ThomasReporter
Greg Thomas
Greg ThomasFix versions
Priority
Created March 1, 2018 at 1:24 PM
Updated March 1, 2018 at 4:33 PM
Resolved March 1, 2018 at 4:32 PM
Steps to reproduce;
Install a fresh Openfire, enable hazelcast clustering.
Login to Openfire, navigate to the "Clustering" page. Select "Disabled", and click "Save Settings".
Expected results
The Clustering page indicates that clustering is disabled.
Actual results
The browser shows a NullPointerException from Openfire. The server stops responding. It is necessary to stop and restart Openfire, at which point the Clustering page indicates that clustering is disabled.
Exception: java.lang.NullPointerException at org.jivesoftware.openfire.admin.decorators.main_jsp._jspService(main_jsp.java:162) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)