Hello!
I'm facing an issue where an analyzer_plugin only receives the "plugin.versionCheck" request ... and nothing else.
That is, until the analyzer server is about to be shut down. Then, setContextRoot and stuff are sent, right before the shutdown event.
Note that the plugin does answer the versionCheck request.
Analyzer logs are linked in a file.
We can see in there that the versionCheck request is made, and that the answer was received. But nothing else happened after that.
Also, oddly enough, it appears that there are two instances of the plugin running at once? Hence two versionCheck requests are made. This could be related to the issue. I'm not sure why that's the case.
Also, I have a separate project where the same plugin is working normally.
Any clue about what could be happening here?
Thanks!