Warning about Ilegal reflective access apeears and generate Error :Analys did not terminate

COuld someone helpme about this complete run output : I dont know how resolve the warnings and posible Error generated.

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this
INFO: Scanner configuration file: /home/serverey/component-frontend/pricing/node_modules/sonar-scanner/conf/sonar-scanner.properties
INFO: Project root configuration file: /home/serverey/component-frontend/pricing/sonar-project.properties
INFO: SonarQube Scanner 3.1.0.1141
INFO: Java 11.0.4 Ubuntu (64-bit)
INFO: Linux 5.0.0-27-generic amd64
INFO: User cache: /home/serverey/.sonar/cache
INFO: SonarQube server 7.8.0
INFO: Default locale: "en_US", source code encoding: "UTF-8"
INFO: Load global settings
INFO: Load global settings (done) | time=281ms
INFO: Server id: A7EE8CF2-AWz-rgJaCO84SVoC4ku_
INFO: User cache: /home/serverey/.sonar/cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=259ms
INFO: Load/download plugins (done) | time=287ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=2ms
INFO: Project key: Frontend_pricing
INFO: Base dir: /home/serverey/component-frontend/pricing
INFO: Working dir: /home/serverey/component-frontend/pricing/.scannerwork
INFO: Load project settings for component key: 'Frontend_pricing'
INFO: Load project settings for component key: 'Frontend_pricing' (done) | time=247ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=286ms
INFO: Load active rules
INFO: Load active rules (done) | time=3985ms
INFO: Indexing files...
INFO: Project configuration:
INFO:   Excluded sources: **/node_modules/**, **/*.spec.ts, **/*.spec.ts
INFO:   Included tests: **/*.spec.ts
INFO: Load project repositories
INFO: Load project repositories (done) | time=249ms
INFO: 82 files indexed
INFO: 0 files ignored because of inclusion/exclusion patterns
INFO: 0 files ignored because of scm ignore settings
INFO: Quality profile for css: Sonar way
INFO: Quality profile for js: Sonar way
INFO: Quality profile for ts: Sonar way
INFO: Quality profile for web: Sonar way
INFO: ------------- Run sensors on module Frontend_pricing
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=248ms
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/home/serverey/.sonar/cache/866bb1adbf016ea515620f1aaa15ec53/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
INFO: Sensor SonarCSS Metrics [cssfamily]
INFO: Sensor SonarCSS Metrics [cssfamily] (done) | time=71ms
INFO: Sensor SonarCSS Rules [cssfamily]
ERROR: Analysis didn't terminate normally, please verify ERROR and WARN logs above. Exit code 1
INFO: Sensor SonarCSS Rules [cssfamily] (done) | time=665ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
INFO: Sensor SonarJS [javascript]
INFO: 2 source files to be analyzed
INFO: Sensor SonarJS [javascript] (done) | time=145ms
INFO: Sensor ESLint-based SonarJS [javascript]
INFO: 2/2 source files have been analyzed
INFO: 2 source files to be analyzed
INFO: Sensor ESLint-based SonarJS [javascript] (done) | time=1214ms
INFO: 2/2 source files have been analyzed
INFO: Sensor JavaXmlSensor [java]
INFO: Sensor JavaXmlSensor [java] (done) | time=1ms
INFO: Sensor HTML [web]
INFO: Sensor HTML [web] (done) | time=66ms
INFO: Sensor SonarTS [typescript]
INFO: Analyzing 21 typescript file(s) with the following configuration file /home/serverey/component-frontend/pricing/tsconfig.json
INFO: 21 files analyzed out of 21
INFO: Analyzing 2 typescript file(s) with the following configuration file /home/serverey/component-frontend/pricing/e2e/tsconfig.json
INFO: 2 files analyzed out of 2
INFO: Sensor SonarTS [typescript] (done) | time=2921ms
INFO: Sensor SonarTS Coverage [typescript]
INFO: Analysing [/home/serverey/component-frontend/pricing/coverage/pricing/lcov.info]
INFO: Sensor SonarTS Coverage [typescript] (done) | time=6ms
INFO: ------------- Run sensors on project
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=3ms
INFO: 16 files had no CPD blocks
INFO: Calculating CPD for 18 files
INFO: CPD calculation finished
INFO: Analysis report generated in 49ms, dir size=142 KB
INFO: Analysis report compressed in 66ms, zip size=80 KB
INFO: Analysis report uploaded in 257ms
INFO: ANALYSIS SUCCESSFUL, you can browse http://192.168.2.10:9000/dashboard?id=Frontend_pricing
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at http://192.168.2.10:9000/api/ce/task?id=AW0IIZCUZ1GA8z59MR0Q
INFO: Analysis total time: 12.498 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 13.556s
INFO: Final Memory: 13M/88M
INFO: ------------------------------------------------------------------------

hello @angelgadea,

WARNING: An illegal reflective access operation has occurred, these warnigs are harmless, they are there due to the new module system in Java 11. This is not causing the analysis to fail.

However, from the logs I don’t see where the issue is, could you please turn on debug logs (-X on command line)?