Pl\Sql analysis is successful in jenkins but no code is uploaded to SonarSource

Hi Team,

I have configured pl\sql plugin and integrated with jenkins. When I trigger the build it is getting success but I don’t see any code uploaded or dashboard is not visible. I have implemented in enterprise version.

Due to privacy concerns didn’t shared the logs here. Could anyone help me on this.

Please have a look at this other thread: Configure sonar project PLSQL scanner
Does that help you?

Hi @pynicolas

I have configured everything now and trigerred a scan and getting below errors.

INFO: CPD Executor CPD calculation finished (done) | time=65282ms
INFO: Analysis report generated in 5310ms, dir size=198 MB
INFO: Analysis report compressed in 14177ms, zip size=38 MB
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 3:30:34.305s
INFO: Final Memory: 7M/34M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
ERROR: Failed to upload report - HTTP code 413:

413 Request Entity Too Large

413 Request Entity Too Large

ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeeded? ERROR: SonarQube scanner exited with non-zero code: 1

Note: Only half of the scripts are uploaded and getting unable to upload the report.If I have to trigger for complete database how we can achieve that?

Did you search for “413 Request Entity Too Large” on this community forum?
https://community.sonarsource.com/search?q=413%20Request%20Entity%20Too%20Large
Did it help?

Yeah I have already went through the document and followed the solutions.

The IIS setting uploadReadAheadSize to its maximum allowed value.

But still getting this issue.
INFO: Analysis report generated in 5995ms, dir size=198 MB
INFO: Analysis report compressed in 13797ms, zip size=38 MB
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 3:32:37.629s
INFO: Final Memory: 7M/34M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
ERROR: Failed to upload report - HTTP code 413:

413 Request Entity Too Large

413 Request Entity Too Large

ERROR: ERROR: Re-run SonarScanner using the -X switch to enable full debug logging. WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeeded? ERROR: SonarQube scanner exited with non-zero code: 1

If the Sonarqube report is below 20 MB then the job is getting success and if it exceeds it is failing with below error.