New Project: The last analysis has failed

Working on setting up SonarCloud for the first time, keep getting the, “The last analysis has failed.” message.

The repo is: https://github.com/ryanrath/xdmod
Branch: xdmod8.6

Analysis ID: AW2XeDdipi0dCyFmrauf

Thanks!

Hi @ryanrath and welcome to the community!

Do you still have this issue?

Thanks!

The analysis fails with this error:

java.lang.IllegalStateException: java.lang.IllegalStateException: Unable to read file /path/to/xdmod/docs/_layouts/page.html

The problem is that docs/_layouts/page.html is a symbolic link that does not exist in the Autoscan environment where the project is analyzed. You need to fix that broken symbolic link.

Hi Janos!

I do still have the issue but I will try excluding the docs/ directory and see if that helps out.

Thanks so much!

Ryan