I have Groovy Console installed and working in AEM 6.5 I have OSGI bundle deployed and active which tries to execute the Groovy script likeScriptEngine engine = new ScriptEngineManager().getEngineByName("groovy");And the engine object is null. The call new ScriptEngineManager().getEngineFactories() ...