Hi,
in Vertual machine 'A' - installed jenkins master 2.20 and SonarQube6.5.
in Virutual Machine 'B' - installed MySQL5.7.
SonarQube run as windows service and I see sonarqube default tables populated in MySQL DB.
Tried to run sonarqube scanned on source code files (js) from jenkins. Size of source code is about 30MB.
please find below tail log of SonarQube scanner
================================================================================INFO: CPD calculation finishedINFO: Analysis report generated in 96690ms, dir size=108 MBINFO: Analysis reports compressed in 43993ms, zip size=34 MBINFO: ------------------------------------------------------------------------INFO: EXECUTION FAILUREINFO: ------------------------------------------------------------------------INFO: Total time: 11:42.237sINFO: Final Memory: 58M/1288MINFO: ------------------------------------------------------------------------ERROR: Error during SonarQube Scanner executionERROR: Failed to upload report - 500: An error has occurred. Please contact your administratorERROR:ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.ERROR: SonarQube scanner exited with non-zero code: 1
I tried to increase max_allowed_packets in MySQL server
====================================================mysql> Select @@global.max_allowed_packet;+-----------------------------+| @@global.max_allowed_packet |+-----------------------------+| 4194304 |+-----------------------------+1 row in set (0.00 sec)====================================================
====================================================
mysql> Select @@global.max_allowed_packet;
+-----------------------------+
| @@global.max_allowed_packet |
+-----------------------------+
| 4194304 |
+-----------------------------+
1 row in set (0.00 sec)
====================================================
I dont see max_allowed_packet value is getting changed.
Regards,
LnT
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/4f1372fa-2668-45c1-bf30-d7ef2f80ec51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/a9491fdd-e19a-4109-8f03-0629913296c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/5dd7b50c-389c-4698-84b2-faad9229341d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/821dbbbc-1568-48bf-9b9b-95640809f398%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.