Closed Time6628 closed 5 months ago
It's something to do with KCauldron/Thermos and the Forge security manager. A work-around is to create a file named java_security.policy
in your server's directory with
grant {
permission javax.management.MBeanTrustPermission "register";
};
and add -Djava.security.policy=/path_to_server_dir/java_security.policy
to your server's startup command.
Getting this error when using redis: