Bamboo and SonarScanner issue: java.lang.IllegalStateException: Failed to find all committed files

It seems this is some odd CACHE issue with the way bamboo handles git caching.

The work-around fix described in the original post (Mostly) works: Sometimes you have to do a clean pull and clear the cache first.

There are many articles about it.

The odd thing is, only SonarScanner seems to be affected by this caching issue.

I wonder if it’s something SonarScanner needs to update to handle the caching situation?

Some links for reference:

https://jira.atlassian.com/browse/BAM-11930?focusedId=1795741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1795741

https://confluence.atlassian.com/bamkb/how-stored-git-caches-speed-up-builds-690848923.html

1 Like