Jenkins2 is running SonarQube and Scanner too, but no Analyse Why

319 views
Skip to first unread message

Philippe Couas

unread,
Aug 22, 2016, 12:36:06 AM8/22/16
to SonarQube
Hi,

I have installed Jenkins2 and SonarQube 5.6.1 with Scanner
            $SONAR_MAVEN_GOAL -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_AUTH_TOKEN

I Could see my project from SONARQUBE, but it is empty ? Why

Regards

Philippe Couas

unread,
Aug 22, 2016, 2:53:23 AM8/22/16
to SonarQube
Hi

My Jenkins output is
Saisissez le code ici...Lancé par une alarme périodique
Building in workspace C:\ContinuousIntegration\Jenkins\workspace\TOTO
Updating https://myServeur.fr:8443/svn/TOTO at revision '2016-08-22T08:31:00.257 +0200'
At revision 1106

No changes for https://myServeur.fr:8443/svn/TOTO since the previous build
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Parsing POMs
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
Established TCP socket on 52366
[Devtools] $ "C:\Program Files\Java\jdk1.8.0_102/bin/java" -cp C:\ContinuousIntegration\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven32-agent-1.7.jar;c:\ContinuousIntegration\apache-maven-3.3.9\boot\plexus-classworlds-2.5.2.jar;c:\ContinuousIntegration\apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven32Main c:\ContinuousIntegration\apache-maven-3.3.9 C:\ContinuousIntegration\Jenkins\war\WEB-INF\lib\remoting-2.60.jar C:\ContinuousIntegration\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven32-interceptor-1.7.jar C:\ContinuousIntegration\Jenkins\plugins\maven-plugin\WEB-INF\lib\maven3-interceptor-commons-1.7.jar 52366
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\pom.xml clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for fr.alithya.ffballtrap:web-client:war:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ fr.alithya.ffballtrap:web-client:[unknown-version], C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\pom.xml, line 146, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Devtools
[INFO] datas
[INFO] dao
[INFO] dao-impl
[INFO] business
[INFO] business-impl
[INFO] web-client
[INFO] web-core
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Devtools 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Devtools ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\target
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ Devtools ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\Devtools\0.0.1-SNAPSHOT\Devtools-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building datas 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ datas ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datas ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ datas ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 70 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datas ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ datas ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ datas ---
[INFO] No tests to run.
[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ datas ---
[INFO] Building jar: C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\datas-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ datas ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\datas-0.0.1-SNAPSHOT.jar to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\datas\0.0.1-SNAPSHOT\datas-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\datas\0.0.1-SNAPSHOT\datas-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building dao 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dao-api ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dao-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dao-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dao-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ dao-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ dao-api ---
[INFO] No tests to run.
[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ dao-api ---
[INFO] Building jar: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\dao-api-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dao-api ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\dao-api-0.0.1-SNAPSHOT.jar to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\dao-api\0.0.1-SNAPSHOT\dao-api-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\dao-api\0.0.1-SNAPSHOT\dao-api-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building dao-impl 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0 is missing, no dependency information available
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dao-impl ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dao-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dao-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\classes
[WARNING] /C:/ContinuousIntegration/Jenkins/workspace/TOTO/dao-impl/src/main/java/fr/alithya/ffballtrap/dao/impl/OptionDaoImpl.java: Some input files use unchecked or unsafe operations.
[WARNING] /C:/ContinuousIntegration/Jenkins/workspace/TOTO/dao-impl/src/main/java/fr/alithya/ffballtrap/dao/impl/OptionDaoImpl.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dao-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ dao-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ dao-impl ---
[INFO] Surefire report directory: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ dao-impl ---
[INFO] Building jar: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\dao-impl-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dao-impl ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\dao-impl-0.0.1-SNAPSHOT.jar to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\dao-impl\0.0.1-SNAPSHOT\dao-impl-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\dao-impl\0.0.1-SNAPSHOT\dao-impl-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building business 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ business-api ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ business-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ business-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 55 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ business-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ business-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ business-api ---
[INFO] No tests to run.
[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ business-api ---
[INFO] Building jar: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\business-api-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ business-api ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\business-api-0.0.1-SNAPSHOT.jar to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\business-api\0.0.1-SNAPSHOT\business-api-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\business-api\0.0.1-SNAPSHOT\business-api-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building business-impl 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ business-impl ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ business-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ business-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ business-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ business-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ business-impl ---
[INFO] Surefire report directory: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ business-impl ---
[INFO] Building jar: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\business-impl-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ business-impl ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\business-impl-0.0.1-SNAPSHOT.jar to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\business-impl\0.0.1-SNAPSHOT\business-impl-0.0.1-SNAPSHOT.jar
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\business-impl\0.0.1-SNAPSHOT\business-impl-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building web-client 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ web-client ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ web-client ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Storing buildNumber: 1106 at timestamp: 2016-08-22 08:31:35
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ web-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 159 source files to C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\classes
[INFO] /C:/ContinuousIntegration/Jenkins/workspace/TOTO/web-client/src/main/java/fr/alithya/ffballtrap/client/web/actions/commun/gererbordereau/GererBordereauAction.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/ContinuousIntegration/Jenkins/workspace/TOTO/web-client/src/main/java/fr/alithya/ffballtrap/client/web/actions/commun/gererbordereau/GererBordereauAction.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ web-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ web-client ---
[INFO] Surefire report directory: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestPDF
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-war-plugin:2.3:war (default-war) @ web-client ---
[INFO] Packaging webapp
[INFO] Assembling webapp [web-client] in [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\web-client-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src/main/resources/WEB-INF] to [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\web-client-0.0.1-SNAPSHOT]
[INFO] Copying webapp resources [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\WebContent]
[INFO] Webapp assembled in [1247 msecs]
[INFO] Building war: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\web-client-0.0.1-SNAPSHOT.war
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default) > [cobertura]test @ web-client >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ web-client ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Storing buildNumber: 1106 at timestamp: 2016-08-22 08:31:52
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ web-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument (default) @ web-client ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Saved information on 200 classes.
[INFO] Cobertura: Saved information on 200 classes.

[ERROR] SLF4J: Class path contains multiple SLF4J bindings.
SLF4J
: Found binding in [jar:file:/C:/Windows/System32/config/systemprofile/.m2/repository/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J
: Found binding in [jar:file:/C:/Windows/System32/config/systemprofile/.m2/repository/org/slf4j/slf4j-log4j12/1.7.13/slf4j-log4j12-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J
: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J
: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]

[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ web-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ web-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ web-client ---
[INFO] Surefire report directory: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default) < [cobertura]test @ web-client <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default) @ web-client ---
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 200 classes.
Report time: 3726ms

[INFO] Cobertura Report generation was successful.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ web-client ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\web-client-0.0.1-SNAPSHOT.war to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\web-client\0.0.1-SNAPSHOT\web-client-0.0.1-SNAPSHOT.war
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\web-client\0.0.1-SNAPSHOT\web-client-0.0.1-SNAPSHOT.pom
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building web-core 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ web-core ---
[INFO] Deleting C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ web-core ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Storing buildNumber: 1106 at timestamp: 2016-08-22 08:32:12
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ web-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ web-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ web-core ---
[INFO] No tests to run.
[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] --- maven-war-plugin:2.3:war (default-war) @ web-core ---
[INFO] Packaging webapp
[INFO] Assembling webapp [web-core] in [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target\web-core-0.0.1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\WebContent]
[INFO] Webapp assembled in [203 msecs]
[INFO] Building war: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target\web-core-0.0.1-SNAPSHOT.war
[INFO]
[INFO] >>> cobertura-maven-plugin:2.7:cobertura (default) > [cobertura]test @ web-core >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ web-core ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Storing buildNumber: 1106 at timestamp: 2016-08-22 08:32:13
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ web-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:instrument (default) @ web-core ---
[WARNING] No files to instrument.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ web-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ web-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ web-core ---
[INFO] No tests to run.
[JENKINS] Enregistrement des résultats des tests
[INFO]
[INFO] <<< cobertura-maven-plugin:2.7:cobertura (default) < [cobertura]test @ web-core <<<
[INFO]
[INFO] --- cobertura-maven-plugin:2.7:cobertura (default) @ web-core ---
[INFO] Executing aggregate cobertura:report for Devtools
[INFO] Cobertura: Loaded information on 200 classes.
[INFO] Saving aggregate cobertura information in C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\target\cobertura\cobertura.ser
[INFO] Cobertura: Saved information on 200 classes.
[INFO] Cobertura 2.1.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[INFO] Cobertura: Loaded information on 200 classes.
Report time: 3804ms

[INFO] Cobertura Report generation was successful.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ web-core ---
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target\web-core-0.0.1-SNAPSHOT.war to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\web-core\0.0.1-SNAPSHOT\web-core-0.0.1-SNAPSHOT.war
[INFO] Installing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\pom.xml to C:\Windows\system32\config\systemprofile\.m2\repository\fr\alithya\ffballtrap\web-core\0.0.1-SNAPSHOT\web-core-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Devtools ........................................... SUCCESS [  0.625 s]
[INFO] datas .............................................. SUCCESS [  4.731 s]
[INFO] dao ................................................ SUCCESS [  3.335 s]
[INFO] dao-impl ........................................... SUCCESS [  2.742 s]
[INFO] business ........................................... SUCCESS [  0.483 s]
[INFO] business-impl ...................................... SUCCESS [  7.215 s]
[INFO] web-client ......................................... SUCCESS [ 39.502 s]
[INFO] web-core ........................................... SUCCESS [  7.736 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:09 min
[INFO] Finished at: 2016-08-22T08:32:20+02:00
[INFO] Final Memory: 36M/104M
[INFO] ------------------------------------------------------------------------
En attente que Jenkins finisse de récupérer les données
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\pom.xml to fr.alithya.ffballtrap/Devtools/0.0.1-SNAPSHOT/Devtools-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\pom.xml to fr.alithya.ffballtrap/web-core/0.0.1-SNAPSHOT/web-core-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target\web-core-0.0.1-SNAPSHOT.war to fr.alithya.ffballtrap/web-core/0.0.1-SNAPSHOT/web-core-0.0.1-SNAPSHOT.war
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\pom.xml to fr.alithya.ffballtrap/dao-api/0.0.1-SNAPSHOT/dao-api-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\dao-api-0.0.1-SNAPSHOT.jar to fr.alithya.ffballtrap/dao-api/0.0.1-SNAPSHOT/dao-api-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\pom.xml to fr.alithya.ffballtrap/business-api/0.0.1-SNAPSHOT/business-api-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\business-api-0.0.1-SNAPSHOT.jar to fr.alithya.ffballtrap/business-api/0.0.1-SNAPSHOT/business-api-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\pom.xml to fr.alithya.ffballtrap/datas/0.0.1-SNAPSHOT/datas-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\datas-0.0.1-SNAPSHOT.jar to fr.alithya.ffballtrap/datas/0.0.1-SNAPSHOT/datas-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\pom.xml to fr.alithya.ffballtrap/web-client/0.0.1-SNAPSHOT/web-client-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\web-client-0.0.1-SNAPSHOT.war to fr.alithya.ffballtrap/web-client/0.0.1-SNAPSHOT/web-client-0.0.1-SNAPSHOT.war
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\pom.xml to fr.alithya.ffballtrap/dao-impl/0.0.1-SNAPSHOT/dao-impl-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\dao-impl-0.0.1-SNAPSHOT.jar to fr.alithya.ffballtrap/dao-impl/0.0.1-SNAPSHOT/dao-impl-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\pom.xml to fr.alithya.ffballtrap/business-impl/0.0.1-SNAPSHOT/business-impl-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\business-impl-0.0.1-SNAPSHOT.jar to fr.alithya.ffballtrap/business-impl/0.0.1-SNAPSHOT/business-impl-0.0.1-SNAPSHOT.jar
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Injection des variables d'
environnement SonarQube en utilisant la configuration: sonarqube
[TOTO] $ cmd.exe /C "mvn -f ./Devtools/pom.xml sonar:sonar -Dsonar.host.url=http://localhost:9000 -Dsonar.login= && exit %%ERRORLEVEL%%"
channel stopped
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for fr.alithya.ffballtrap:web-client:war:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ fr.alithya.ffballtrap:web-client:[unknown-version], C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\pom.xml, line 146, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Devtools
[INFO] datas
[INFO] dao
[INFO] dao-impl
[INFO] business
[INFO] business-impl
[INFO] web-client
[INFO] web-core
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Devtools 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0 is missing, no dependency information available
[INFO]
[INFO] --- sonar-maven-plugin:3.0.2:sonar (default-cli) @ Devtools ---
[INFO] User cache: C:\Windows\system32\config\systemprofile\.sonar\cache
[INFO] Load global repositories
[INFO] Load global repositories (done) | time=187ms
[INFO] User cache: C:\Windows\system32\config\systemprofile\.sonar\cache
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=0ms
[INFO] Plugin [l10nfr] defines 'l10nen' as base plugin. This metadata can be removed from manifest of l10n plugins since version 5.2.
[INFO] SonarQube version: 5.6.1
[WARNING] Missing POM for com.oracle:ojdbc6:jar:11.2.0
[INFO] Default locale: "fr_FR", source code encoding: "UTF-8"
[INFO] Process project properties
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=203ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=31ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=657ms
[INFO] Publish mode
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Load server rules
[INFO] Load server rules (done) | time=328ms
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 70 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=32ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): none
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=15ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=16ms
[INFO] Java Main Files AST scan
[INFO] 70 source files to be analyzed
[INFO] 70/70 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=7606ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=1062ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor (done) | time=9309ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 70 files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] 12/70 files analyzed
[INFO] 30/70 files analyzed
[INFO] 51/70 files analyzed
[INFO] 70/70 files analyzed
[INFO] Sensor SCM Sensor (done) | time=40601ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=32ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=0ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\datas\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=0ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=203ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=94ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 25 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): none
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=16ms
[INFO] Java Main Files AST scan
[INFO] 25 source files to be analyzed
[INFO] 25/25 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=3110ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=0ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor (done) | time=3158ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 25 files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] 25/25 files analyzed
[INFO] Sensor SCM Sensor (done) | time=9395ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=0ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=0ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-api\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=0ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=79ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=62ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 25 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): none
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=16ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=31ms
[INFO] Java Main Files AST scan
[INFO] 24 source files to be analyzed
[INFO] Java Main Files AST scan (done) | time=4486ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=532ms
[INFO] Java Test Files AST scan
[INFO] 1 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=375ms
[INFO] Sensor JavaSquidSensor (done) | time=5487ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 25 files to be analyzed
[INFO] 24/24 source files have been analyzed
[INFO] 1/1 source files have been analyzed
[INFO] 22/25 files analyzed
[INFO] 25/25 files analyzed
[INFO] Sensor SCM Sensor (done) | time=11009ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=0ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=16ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\dao-impl\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=0ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=188ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=31ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 55 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): none
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=31ms
[INFO] Java Main Files AST scan
[INFO] 55 source files to be analyzed
[INFO] 55/55 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=2172ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=78ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor (done) | time=2313ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 55 files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] 25/55 files analyzed
[INFO] 55/55 files analyzed
[INFO] Sensor SCM Sensor (done) | time=20469ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=0ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=0ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-api\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=0ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=16ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=140ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=47ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\sonar
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 29 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): none
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=15ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=32ms
[INFO] Java Main Files AST scan
[INFO] 27 source files to be analyzed
[INFO] 26/27 files analyzed, current file: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\src\main\java\fr\alithya\ffballtrap\business\services\impl\VirementServiceImpl.java
[INFO] Java Main Files AST scan (done) | time=11723ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=1203ms
[INFO] Java Test Files AST scan
[INFO] 2 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=156ms
[INFO] Sensor JavaSquidSensor (done) | time=13238ms
[INFO] Sensor CoberturaSensor
[WARNING] Cobertura report not found at C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 29 files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] 27/27 source files have been analyzed
[INFO] 22/29 files analyzed
[INFO] 29/29 files analyzed
[INFO] Sensor SCM Sensor (done) | time=12661ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=0ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=0ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\business-impl\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=62ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=78ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=328ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\sonar
[INFO] Source paths: WebContent, pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[WARNING] Invalid character encountered in file C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src\main\java\fr\alithya\ffballtrap\client\web\outils\csv\CSVTiersFile.java at line 739 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[INFO] 160 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor JavaSquidSensor
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=47ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=187ms
[INFO] Java Main Files AST scan
[INFO] 159 source files to be analyzed
[WARNING] Class not found: javax.servlet.jsp.PageContext
[INFO] 61/159 files analyzed, current file: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src\main\java\fr\alithya\ffballtrap\client\web\actions\commun\gerercoordonneesbancaires\controlesIBAN\ControlRibGenerique.java
[WARNING] Class not found: javax.servlet.jsp.PageContext
[INFO] 134/159 files analyzed, current file: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\src\main\java\fr\alithya\ffballtrap\client\web\actions\recherchervirements\RechercherVirementsAction.java
[INFO] 159/159 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=25717ms
[INFO] Java bytecode scan
[INFO] Java bytecode scan (done) | time=750ms
[INFO] Java Test Files AST scan
[INFO] 1 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=31ms
[INFO] Sensor JavaSquidSensor (done) | time=26748ms
[INFO] Sensor CoberturaSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\site\cobertura\coverage.xml
[INFO] Sensor CoberturaSensor (done) | time=703ms
[INFO] Sensor SCM Sensor
[INFO] SCM provider for this project is: svn
[INFO] 160 files to be analyzed
[INFO] 1/1 source files have been analyzed
[INFO] 31/160 files analyzed
[INFO] 58/160 files analyzed
[INFO] 90/160 files analyzed
[INFO] 125/160 files analyzed
[INFO] 154/160 files analyzed
[INFO] 160/160 files analyzed
[INFO] Sensor SCM Sensor (done) | time=52722ms
[INFO] Sensor SurefireSensor
[INFO] parsing C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\surefire-reports
[INFO] Sensor SurefireSensor (done) | time=78ms
[INFO] Sensor JaCoCoSensor
[INFO] JaCoCoSensor: JaCoCo report not found : C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\jacoco.exec
[INFO] Sensor JaCoCoSensor (done) | time=0ms
[INFO] Sensor JaCoCoItSensor
[INFO] JaCoCoItSensor: JaCoCo IT report not found: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-client\target\jacoco-it.exec
[INFO] Sensor JaCoCoItSensor (done) | time=0ms
[INFO] Sensor JaCoCoOverallSensor
[INFO] Sensor JaCoCoOverallSensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=250ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=15ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=532ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\web-core\target\sonar
[INFO] Source paths: WebContent, pom.xml, src/main/java
[INFO] Binary dirs: target/classes
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Index files
[INFO] 0 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] Sensor SCM Sensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=0ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=0ms
[INFO] -------------  Scan TOTO
[INFO] Language is forced to java
[INFO] Base dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools
[INFO] Working dir: C:\ContinuousIntegration\Jenkins\workspace\TOTO\Devtools\target\sonar
[INFO] Source encoding: UTF-8, default locale: fr_FR
[INFO] Quality profile for java: Sonar way
[INFO] Sensor Lines Sensor
[INFO] Sensor Lines Sensor (done) | time=0ms
[INFO] Sensor SCM Sensor
[INFO] Sensor SCM Sensor (done) | time=0ms
[INFO] Sensor XmlFileSensor
[INFO] Sensor XmlFileSensor (done) | time=0ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=15ms
[INFO] Sensor Code Colorizer Sensor
[INFO] Sensor Code Colorizer Sensor (done) | time=0ms
[INFO] Sensor CPD Block Indexer
[INFO] JavaCpdBlockIndexer is used for java
[INFO] Sensor CPD Block Indexer (done) | time=0ms
[INFO] Calculating CPD for 264 files
[INFO] CPD calculation finished
[INFO] Analysis report generated in 1660ms, dir size=2 MB
[INFO] Analysis reports compressed in 1203ms, zip size=1 MB
[INFO] Analysis report uploaded in 219ms
[INFO] ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard/index/fr.alithya.ffballtrap.Devtools
[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://localhost:9000/api/ce/task?id=AVaw9rq0FU4EGYfGraZn
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Devtools ........................................... SUCCESS [03:51 min]
[INFO] datas .............................................. SKIPPED
[INFO] dao ................................................ SKIPPED
[INFO] dao-impl ........................................... SKIPPED
[INFO] business ........................................... SKIPPED
[INFO] business-impl ...................................... SKIPPED
[INFO] web-client ......................................... SKIPPED
[INFO] web-core ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:52 min
[INFO] Finished at: 2016-08-22T08:36:16+02:00
[INFO] Final Memory: 25M/194M
[INFO] ------------------------------------------------------------------------
Injection des variables d'environnement SonarQube en utilisant la configuration: sonarqube
Finished: SUCCESS

Freddy Mallet

unread,
Aug 22, 2016, 7:54:31 AM8/22/16
to Philippe Couas, SonarQube
Hi Philippe,

Are you getting the same result when manually launching the SonarQube analysis ?

Moreover, do you confirm that Jenkins and SonarQube are running on the same machine as the http://localhost:9000 url is used from Jenkins.

According to the analysis log files, some source files are really analyzed, could you go to your Administration > Background Tasks page to make sure that an error is not encountered when importing the result into SonarQube ? 

++
Freddy

--
Freddy MALLET | SonarSource
Product Director & Co-Founder
http://sonarsource.com

Freddy Mallet

unread,
Aug 22, 2016, 9:38:13 AM8/22/16
to Philippe Couas, SonarQube
And could you send a screenshot of your "Administration > Background Tasks" page @Philippe to make sure that an error is not encountered when importing the result into SonarQube ? 

Thanks
Freddy

On Mon, Aug 22, 2016 at 3:20 PM Philippe Couas <pco...@gmail.com> wrote:
Hi

Yes Sonar and Jenkins are on same Server.
I have launched manually an mvn sonar:sonar and i have SAME result on this project wit multi-modules ?

Regards

Freddy Mallet

unread,
Aug 22, 2016, 11:37:41 AM8/22/16
to Philippe Couas, SonarQube
In short @Philippe, there can be only 2 possible explanations :
  • You're not looking at the good project in your SonarQube instance. In other words, there is another project in your SonarQube instance fed with the analysis reports
  • Jenkins feeds a SonarQube instance which is different from the one you're browsing. 
Kind regards
Freddy

On Mon, Aug 22, 2016 at 3:40 PM Philippe Couas <pco...@gmail.com> wrote:

Freddy Mallet

unread,
Aug 23, 2016, 5:18:55 AM8/23/16
to Philippe Couas, SonarQube
And let's close this thread which duplicates https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/v7tNeaCWxnc/Mw7k17RkAAAJ and whose root cause is due to https://github.com/racodond/sonar-jproperties-plugin/issues/63

On Tue, Aug 23, 2016 at 9:53 AM Philippe Couas <pco...@gmail.com> wrote:
Just before i have in SonarQube Logs
2016.08.23 09:31:20 INFO  [o.s.s.c.s.ExtractReportStep] Analysis report extracted | compressedSize=1 MB
2016.08.23 09:31:20 INFO  [o.s.s.c.s.ComputationStepExecutor] Extract report | time=3354ms
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep] SonarQube plugins:
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - Cobertura 1.7 (cobertura)
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - Java Properties 2.1.1 (jproperties)
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - PMD 2.6 (pmd)
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - SVN 1.3 (scmsvn)
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - JavaScript 2.14 (javascript)
2016.08.23 09:31:20 INFO  [o.s.s.c.s.LogScannerContextStep]   - Java Properties 2.0 (javaProperties)
I see two different Java Properties ? I have only one project

Regards

2016-08-23 9:32 GMT+02:00 Philippe Couas <pco...@gmail.com>:
Hi

I have found an log error in SONARQUBE
I think perhaps problem coming from my project is with modules
[code]
2016.08.23 09:13:02 ERROR [o.s.s.c.t.CeWorkerCallableImpl] Failed to execute task AVa2PmQXkZMkO3EtTh03
java.lang.IllegalArgumentException: Multiple entries with same key: jproperties=Java Properties and jproperties=Java Properties
	at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150) ~[guava-17.0.jar:na]
	at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104) ~[guava-17.0.jar:na]
	at com.google.common.collect.RegularImmutableMap.<init>(RegularImmutableMap.java:70) ~[guava-17.0.jar:na]
	at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254) ~[guava-17.0.jar:na]
	at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166) ~[guava-17.0.jar:na]
	at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140) ~[guava-17.0.jar:na]
	at org.sonar.server.computation.language.LanguageRepositoryImpl.<init>(LanguageRepositoryImpl.java:46) ~[sonar-server-5.6.1.jar:na]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_102]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[na:1.8.0_102]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[na:1.8.0_102]
	at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.8.0_102]
	at org.picocontainer.injectors.AbstractInjector.newInstance(AbstractInjector.java:145) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:342) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.parameters.ComponentParameter$1.resolveInstance(ComponentParameter.java:136) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.SingleMemberInjector.getParameter(SingleMemberInjector.java:78) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.ConstructorInjector$CtorAndAdapters.getParameterArguments(ConstructorInjector.java:309) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.ConstructorInjector$1.run(ConstructorInjector.java:335) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.AbstractInjector$ThreadLocalCyclicDependencyGuard.observe(AbstractInjector.java:270) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.ConstructorInjector.getComponentInstance(ConstructorInjector.java:364) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.getComponentInstance(AbstractInjectionFactory.java:56) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.behaviors.AbstractBehavior.getComponentInstance(AbstractBehavior.java:64) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.behaviors.Stored.getComponentInstance(Stored.java:91) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:699) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:647) ~[picocontainer-2.15.jar:na]
	at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:678) ~[picocontainer-2.15.jar:na]
	at org.sonar.core.platform.ComponentContainer.getComponentByType(ComponentContainer.java:272) ~[sonar-core-5.6.1.jar:na]
	at org.sonar.server.computation.step.AbstractComputationSteps$1.apply(AbstractComputationSteps.java:43) ~[sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.step.AbstractComputationSteps$1.apply(AbstractComputationSteps.java:40) ~[sonar-server-5.6.1.jar:na]
	at com.google.common.collect.Iterators$8.transform(Iterators.java:794) ~[guava-17.0.jar:na]
	at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) ~[guava-17.0.jar:na]
	at org.sonar.server.computation.step.ComputationStepExecutor.executeSteps(ComputationStepExecutor.java:62) ~[sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.step.ComputationStepExecutor.execute(ComputationStepExecutor.java:52) ~[sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.taskprocessor.report.ReportTaskProcessor.process(ReportTaskProcessor.java:75) ~[sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.executeTask(CeWorkerCallableImpl.java:81) [sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.call(CeWorkerCallableImpl.java:56) [sonar-server-5.6.1.jar:na]
	at org.sonar.server.computation.taskprocessor.CeWorkerCallableImpl.call(CeWorkerCallableImpl.java:35) [sonar-server-5.6.1.jar:na]
	at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.8.0_102]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.8.0_102]
	at java.lang.Thread.run(Unknown Source) [na:1.8.0_102]
2016.08.23 09:13:02 ERROR [o.s.s.c.t.CeWorkerCallableImpl] Executed task | project=fr.alithya.ffballtrap.Devtools | type=REPORT | id=AVa2PmQXkZMkO3EtTh03 | time=24206ms

[/code]
Reply all
Reply to author
Forward
0 new messages