I am getting below error :
Analyses suspended. Please set a valid license for the Edition you installed.Go to License page.
So, don’t you think you need a license? You are likely using a commercial edition but have no license to actually run it.
On the product Download you can get a free trial license if needed.
Cheers
I’m getting this same error using the 7.7 Community Edition on MySQL with only the Java plugin. I’ve grep’d the code in GitHub and turned my logging to Trace and can’t seem to find the cause. Occasionally instead of failing, I get “Cancelled” with nothing in the Access log to indicate an API origin. I’m using Jenkin’s Sonar module to initiate the analysis. The Jenkins task completes successfully on its side. It appears to die during the subsequent internal processing. I’ve increased memory as others have suggested. Any thoughts as to where I should look next?
After spending some time combing through the source code, and finding a clue in the ce.log traced to InternalCeQueueImpl.java…it led me to discovering that another instance was running on a developer’s machine and apparently clobbering the queue.
That error at the head of this thread sent me looking in the wrong direction…it would have been better to have had the real error from the IllegalStateException in the Tasks view.