API Hang Create Project

Hello,

SonarQube Enterprise 10.5.1 deployed as zip

Creating a project via the API /api/projects/create succeeds when the mandatory parameters name and project only are used. Adding the optional parameter visibility containing either “private” or “public” causes the call to hang or to return a 400 Bad Request error.

This did not occur with 9.9.4 LTS.

Regards,

Will

Hi @Will ,

Have you taken a look at web.log ? It could contain some useful information that would help us investigate the problem

Unfortunately nothing within the logs related to projects/create.

Scratch this. The cause has been found and it does not seem to be the API.

The cause appears to be load related.

When the server is busy, the request times out and no project is created.

10.5.1 seems to run slower and require more resources than 9.9.4 LTS.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.