I know that this is similar to the background tasks of sonarqube 5.2 sometimes fail without a log - however, I cannot comment (due to lack of reputation points) to add additional information, so I tried to add this message as an answer, but did he delete the moderators .. .
I had a problem with SonarQube 5.2
, and now 5.3 after updating yesterday. I tried to activate logging on TRACE on the server and enable sonar.verbose = true in the project itself.
However, at the exit from the maven assembly there is no additional information - just normal:
ANALYSIS SUCCESSFULLY, you can view xxx in build logs.
I see POST /api/ce/submit?projectKey=xxxx&projectName=yyyy | time=757ms
/api/ce/submit?projectKey=xxxx&projectName=yyyy | time=757ms
in server log files, but nothing more.
I also see a zip file in data\ce\reports
with a name that matches the identifier in the build log (for example: AVI19fDPpe3MLWoccJn9.zip)
However - I get intermittent crashes on the background task screen - without communication with the log on the background task screen, and no logs are created in the data\ce\logs\reports
directory.
I resorted to rebuilding the sonarbek database from scratch for 5.3 (since we had no history anyway) - and the error still occurred.
I use:
- Oracle DB on new
sonarqube 5.3
installation - Plugins
- Sonar-Java-plugin-3.9
- Sonar plugin with LDAP-1.5.1
- sonar-scm-perforce-plugin-1.3 (although there is currently
sonar.scm.disabled=true
since we had problems in the previous version) - sonar-csharp-plugin-4.3 (not relevant to this java analysis)
- sonar-scm-git-plugin-1.1 (not relevant to this analysis)
- sonar-scm-svn-plugin-1.2 (not relevant to this analysis)
- I am creating a Maven project using
sonar-jacoco-listeners v 3.2
(also tried 2.9.1)
source share