Error during SonarScanner execution (java.io.EOFException)

Using sonar-scanner-4.7.0.2747-linux
I get the following error:


15:58:37.292 DEBUG: ‘source/Cleanup/rspjclean.cpp’ generated metadata with charset ‘US-ASCII’
15:58:37.363 INFO: Cache is explicitly disabled: Optional[false]
15:58:37.426 INFO: ------------------------------------------------------------------------
15:58:37.427 INFO: EXECUTION FAILURE
15:58:37.427 INFO: ------------------------------------------------------------------------
15:58:37.427 INFO: Total time: 41.351s
15:58:37.561 INFO: Final Memory: 36M/130M
15:58:37.561 INFO: ------------------------------------------------------------------------
15:58:37.561 ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: java.io.EOFException: End of input at line 2 column 1 path $
at com.sonar.cpp.plugin.CFamilySensor.process(CFamilySensor.java:629)

No log, no info which file is concerned.
What to do?

Hi,

Welcome to the community!

What’s your SonarQube version?

 
Ann

It is * Developer Edition* Version 8.9.9 (build 56886)

I found the issue: I did not run the build-wrapper properly before

1 Like

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