I’ve installed an Openfire server, everything works fine except for when i try to go to the “Security Audit Viewer”.
i get the following error:
HTTP ERROR 500
Problem accessing /security-audit-viewer.jsp. Reason:
Server Error
Caused by:
java.lang.OutOfMemoryError: Requested array size exceeds VM limit
env setup:
Openfire 4.4.4
jdk1.8.0_231 (oracle) (also tried the builtin jre, i get the same result)
centos 7
OPENFIRE_OPTS -Xmx: 1024m (i also tried with 3G) -Xms: 512m (i also tried running the server without this, i get the same result).
Thanks!!!