Hi,
I receive this error:
java.lang.Exception: Attempt to execute RPC DMI Builtin 'getAvailableScriptEngines' DENIED by server.properties configuration. To enable this method, add it to the list of methods under RPCManager.enabledBuiltinMethods in server.properties
this is the current configuration of my server.properties in the production environment:
What exactily should I add? And, given that it is not included in the suggested configuration, could it compromise the securiy in some way?
Thank you in advance.
I receive this error:
java.lang.Exception: Attempt to execute RPC DMI Builtin 'getAvailableScriptEngines' DENIED by server.properties configuration. To enable this method, add it to the list of methods under RPCManager.enabledBuiltinMethods in server.properties
this is the current configuration of my server.properties in the production environment:
Code:
RPCManager.enabledBuiltinMethods: xmlToJS, uploadProgressCheck, exportClientData, downloadClientExport, setAttributes
Thank you in advance.
Comment