ERROR: Error during SonarQube Scanner execution
java.lang.StackOverflowError
at org.antlr.v4.runtime.atn.ParserATNSimulator.closure_(ParserATNSimulator.java:1529)
at org.antlr.v4.runtime.atn.ParserATNSimulator.closureCheckingStopState(ParserATNSimulator.java:1513)
at org.antlr.v4.runtime.atn.ParserATNSimulator.closure_(ParserATNSimulator.java:1586)
at org.antlr.v4.runtime.atn.ParserATNSimulator.closureCheckingStopState(ParserATNSimulator.java:1513)
at org.antlr.v4.runtime.atn.ParserATNSimulator.closureCheckingStopState(ParserATNSimulator.java:1496)
at org.antlr.v4.runtime.atn.ParserATNSimulator.closure_(ParserATNSimulator.java:1586)
Without the full stacktrace it’s difficult to know for sure, but I suspect that’s coming from an analyzer supplied by a 3rd-party plugin. Can you remove your plugins, restart, and try again?
It looks like you have another 3rd-party plugin that lists sonarapple as a dependency. You should remove all your plugins and - if you must - add them back one at a time.
I don’t know what you’re trying to accomplish, other than completing analysis successfully. As for “official plugins”, they’re all bundled. So start by cleaning out all your 3rd-party plugins and restarting your server.