POM.XML file throwing exception with XML plugin

187 views
Skip to first unread message

Brandon Etchison

unread,
Aug 23, 2016, 2:40:55 PM8/23/16
to SonarQube
I am running a build for a sonarqube plugin using the Maven build step in TFS 2015.  When analysis is run, it thows an exception while analyzing the pom.xml file.  I am able to suppress this issue by excluding the pom.xml file from analysis in the sonar-project.properties file. The application is building just fine, the analysis is just throwing this exception and the I am not really sure what to do here as I would really like to analyze the pom.xml file.  Here is the exception:

Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.0.2:sonar (default-cli) on project sonar-on-analysis-plugin: Could not analyze the file D:\Agent1\_work\28\s\sonar-on-analysis-plugin\target\sonar\pom.xml: Unable to highlight file [moduleKey=PSM.DevOps.SonarQubePlugin-OnAnalysis, relative=pom.xml, basedir=D:\Agent1\_work\28\s\sonar-on-analysis-plugin]: 3960 is not a valid offset for file [moduleKey=PSM.DevOps.SonarQubePlugin-OnAnalysis, relative=pom.xml, basedir=D:\Agent1\_work\28\s\sonar-on-analysis-plugin]. Max offset is 3957 -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.0.2:sonar (default-cli) on project sonar-on-analysis-plugin: Could not analyze the file D:\Agent1\_work\28\s\sonar-on-analysis-plugin\target\sonar\pom.xml
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Could not analyze the file D:\Agent1\_work\28\s\sonar-on-analysis-plugin\target\sonar\pom.xml
at org.sonarsource.scanner.maven.bootstrap.ExceptionHandling.handle(ExceptionHandling.java:36)
at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:81)
at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:112)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: java.lang.IllegalStateException: Could not analyze the file D:\Agent1\_work\28\s\sonar-on-analysis-plugin\target\sonar\pom.xml
at org.sonar.plugins.xml.XmlSensor.runChecks(XmlSensor.java:107)
at org.sonar.plugins.xml.XmlSensor.analyse(XmlSensor.java:84)
at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:58)
at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:50)
at org.sonar.batch.phases.AbstractPhaseExecutor.execute(AbstractPhaseExecutor.java:83)
at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:192)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)
at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:241)
at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:236)
at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:226)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)
at org.sonar.batch.task.ScanTask.execute(ScanTask.java:47)
at org.sonar.batch.task.TaskContainer.doAfterStart(TaskContainer.java:86)
at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:142)
at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:127)
at org.sonar.batch.bootstrap.GlobalContainer.executeTask(GlobalContainer.java:106)
at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:119)
at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
at com.sun.proxy.$Proxy23.execute(Unknown Source)
at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:240)
at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151)
at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:78)
... 23 more
Caused by: java.lang.IllegalArgumentException: Unable to highlight file [moduleKey=PSM.DevOps.SonarQubePlugin-OnAnalysis, relative=pom.xml, basedir=D:\Agent1\_work\28\s\sonar-on-analysis-plugin]
at org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting.highlight(DefaultHighlighting.java:86)
at org.sonar.batch.source.DefaultHighlightable$DefaultHighlightingBuilder.highlight(DefaultHighlightable.java:85)
at org.sonar.plugins.xml.XmlSensor.saveSyntaxHighlighting(XmlSensor.java:117)
at org.sonar.plugins.xml.XmlSensor.runChecks(XmlSensor.java:104)
... 51 more
Caused by: java.lang.IllegalArgumentException: 3960 is not a valid offset for file [moduleKey=PSM.DevOps.SonarQubePlugin-OnAnalysis, relative=pom.xml, basedir=D:\Agent1\_work\28\s\sonar-on-analysis-plugin]. Max offset is 3957
at org.sonar.api.internal.google.common.base.Preconditions.checkArgument(Preconditions.java:148)
at org.sonar.api.batch.fs.internal.DefaultInputFile.newPointer(DefaultInputFile.java:270)
at org.sonar.api.batch.fs.internal.DefaultInputFile.newRange(DefaultInputFile.java:265)
at org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlighting.highlight(DefaultHighlighting.java:84)
... 54 more

Nicolas Peru

unread,
Aug 24, 2016, 8:14:19 AM8/24/16
to Brandon Etchison, SonarQube
Hi Brandon, 

Can you share the version of SonarQube you are using as well as the version of your plugins ? (and more specifically the XML plugin).

Thanks

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/753e0130-2128-4883-b5fa-72fc59fd62aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Nicolas PERU | SonarSource
Senior Developer
http://sonarsource.com

Brandon Etchison

unread,
Aug 24, 2016, 9:01:10 AM8/24/16
to SonarQube, bdetc...@gmail.com
Yeh sure, Thanks for the response.

SQ: 5.6.1
XML: 1.4.1

Other plugins and versions.
Web: 2.4
SVN 1.3
Puppet 1.4
LDAP 1.5.1
Javascript 2.1.4
Java Properties 2.1.1
Java 4.1
JSON 2.0
Governance (eval): 1.1
Git 1.2
Cobol (eval) 3.1.1
CSS 2.0
C# 5.3.2
C/C++/Objective-C(eval)  4.0

Pierre-Yves Nicolas

unread,
Aug 25, 2016, 4:29:43 AM8/25/16
to Brandon Etchison, SonarQube
Hi Brandon,

Is it possible for you to share the content of the pom.xml file? You may send it to me privately if you wish.

Thanks,
Pierre-Yves


To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/29aa383a-64dd-46e3-b809-72944f96846d%40googlegroups.com.

Daniel G.

unread,
Sep 8, 2016, 4:07:57 AM9/8/16
to SonarQube
Same problem here but with a project specific xml file.

Seems like the scanner does not like xml files in UTF-8 with BOM. Without BOM the Scan succeeds.

Pierre-Yves Nicolas

unread,
Sep 9, 2016, 8:42:01 AM9/9/16
to Daniel G., SonarQube
Hi,

Which version of the XML plugin are you using?
How do you specify that the analysis should consider files as UTF-8?

Thanks,
Pierre-Yves

On 8 September 2016 at 10:07, Daniel G. <daniel.g...@gmail.com> wrote:
Same problem here but with a project specific xml file.

Seems like the scanner does not like xml files in UTF-8 with BOM. Without BOM the Scan succeeds.

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages