Jean-Marie Renouard

Results 5 comments of Jean-Marie Renouard

With docker install I get same error message

The code to patch is here. Search.java public static Analyzer getAnalyser() { try { Class clazz = Class.forName(ANALYSER_CLASS); return (Analyzer) clazz.newInstance(); } catch (Exception e) { throw new RuntimeException(e); }...

Confirming this is solving this issue. uncomment first line in __init__.py

Pull request send to project.