-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java project Findbugs execute timeout #291
Comments
Before findbugs execution, there exist some exception. I'm not sure whether it can be impact findbugs check, below is exception log: INFO 15:17:40.762 DEBUG: 'backend/src/main/java/***/services/impl/SurveyQuestionsServiceImpl.java' generated metadata with charset 'windows-1252' INFO 15:17:43.006 DEBUG: 'backend/src/main/java//services/impl/UserManagementServiceImpl.java' generated metadata with charset 'windows-1252' |
Issue Description
There exist one Java project, and line of java code is around 19066. On previous time scan the findbugs time out is set around 2 hours, and execution failed. And next time scan findbugs timeout already set as 36000000ms, but also still failed.
Console output from timeout set as 2 hours
2019-09-12 15:23:01 ScannerTrigger.java INFO 15:23:01.649 DEBUG: starting eslint-bridge server at port 59268
2019-09-12 15:23:01 ScannerTrigger.java INFO 15:23:01.939 DEBUG: eslint-bridge server is running at port 59268
2019-09-12 15:23:02 ScannerTrigger.java INFO 15:23:02.101 DEBUG: Server is started
2019-09-12 15:23:02 ScannerTrigger.java INFO 15:23:02.102 INFO: 2 source files to be analyzed
2019-09-12 15:23:02 ScannerTrigger.java INFO 15:23:02.908 INFO: Sensor ESLint-based SonarJS [javascript] (done) | time=100880ms
2019-09-12 15:23:02 ScannerTrigger.java INFO 15:23:02.908 INFO: Sensor FindBugs Sensor [findbugs]
2019-09-12 15:23:02 ScannerTrigger.java INFO 15:23:02.908 INFO: 2/2 source files have been analyzed
2019-09-12 15:23:09 ScannerTrigger.java INFO 15:23:09.832 INFO: Loading findbugs plugin: C:\Users\project.scannerwork\findbugs\findsecbugs-plugin.jar
2019-09-12 15:23:09 ScannerTrigger.java INFO 15:23:09.903 INFO: Findbugs output report: C:\Users\project.scannerwork\findbugs-result.xml
2019-09-12 17:03:56 ScannerTrigger.java INFO 17:03:56.272 INFO: ------------------------------------------------------------------------
2019-09-12 17:03:56 ScannerTrigger.java INFO 17:03:56.274 INFO: EXECUTION FAILURE
2019-09-12 17:03:56 ScannerTrigger.java INFO 17:03:56.274 INFO: ------------------------------------------------------------------------
2019-09-12 17:03:56 ScannerTrigger.java INFO 17:03:56.277 INFO: Total time: 2:02:15.244s
2019-09-12 17:03:58 ScannerTrigger.java INFO 17:03:58.537 INFO: Final Memory: 55M/740M
2019-09-12 17:03:58 ScannerTrigger.java INFO 17:03:58.537 INFO: ------------------------------------------------------------------------
Environment
Windows 10,
The versions used: SonarQube 7.4, Sonar-FindBugs 3.9.1, Maven 3.5.X, Java 8
The text was updated successfully, but these errors were encountered: