声纳出错:java.lang.IllegalArgumentException:参数'directory'不是声纳中的目录错误

时间:2012-03-05 08:57:35

标签: java sonarqube

我在Tomcat上使用Sonar并使用ant。

在java项目上使用

当我在命令提示符下运行声纳时,我收到跟踪错误。

java.lang.IllegalArgumentException: Parameter 'directory' is not a directory

在之前的项目中它的工作正常,但是当我配置一个新项目时,我收到了这个错误..

 <sonar:sonar  key="dk.logica:pensab" version="1.0" xmlns:sonar="antlib:org.sonar.ant">

        <sources>
            <path location="${jpa.base.dir}/src" />

            <path location="${ws.base.dir}/config/xsd" />
             <fileset dir="${ws.base.dir}/src" >
      <exclude name="**/BuildErrorCode.java"/>
    </fileset>

         </sources>

          <property key="sonar.projectName" value="Pensab" />
       <!--   <property key="sonar.dynamicAnalysis" value="reuseReports" />
          <property key="sonar.surefire.reportsPath" value="ZTest/cobertura/xmlreport" />
          <property key="sonar.cobertura.reportPath" value="ZTest/cobertura/coveragereport/coverage.xml" /> -->
          <property key="sonar.java.source" value="1.6" />
          <property key="sonar.java.target" value="1.6" />

          <property key="java.specification.version" value="1.6" />
          <property key="java.runtime.version" value="1.6" />
          <property key="java.vm.version" value="1.6" />
          <property key="ant.java.version" value="1.6" />



          <tests>
            <path location="${ws.base.dir}/src" />
          </tests>

          <binaries>
            <path refid="allclass" />

            <path location="${ws.base.dir}/config/xsd" />

          </binaries>

          <libraries>
            <path refid="alljars"  />
            <path location="${ws.base.dir}/config/xsd" />

          </libraries>

        </sonar:sonar>
      </target>

完成错误

sonar:
[sonar:sonar] Apache Ant version 1.8.1 compiled on April 30 2010
[sonar:sonar] Sonar Ant Task version: 1.0
[sonar:sonar] Loaded from: file:/D:/JavaWorld/ContinuousIntegration/Provider    /workspace/WS/sonar-ant-task-1.0.jar
[sonar:sonar] Sonar work directory: D:\JavaWorld\ContinuousIntegration\Provider\workspace\WS\.sonar
[sonar:sonar] Sonar server: http://localhost:8080/sonar/
[sonar:sonar] Sonar version: 2.8
[sonar:sonar] [INFO]  Database dialect class org.sonar.jpa.dialect.Derby
[sonar:sonar] [INFO]  Initializing Hibernate
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(2) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(3) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(4) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(5) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(6) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(7) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(8) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(9) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docum
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(10) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(11) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(12) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(13) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(14) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(15) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(16) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(17) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(18) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(19) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(20) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(21) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(22) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(23) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(24) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(25) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(26) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(27) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(28) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(29) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(31) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(34) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [WARN]  Warning parsing XML: XML InputStream(39) schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd', because 1) could not find the docu
[sonar:sonar] [INFO]  Execution environment: Ant Apache Ant version 1.8.1 compiled on April 30 2010
[sonar:sonar] [INFO]  -------------  Analyzing MyProject
[sonar:sonar] [INFO]  Selected quality profile : [name=MyProj,language=java]
[sonar:sonar] [INFO]  Compare over 5 days (2012-03-04)
[sonar:sonar] [INFO]  Compare over 30 days (2012-02-08)
[sonar:sonar] [INFO]  Configure maven plugins...
[sonar:sonar] [INFO]  Sensor AsynchronousMeasuresSensor...
[sonar:sonar] [INFO]  Sensor AsynchronousMeasuresSensor done: 1609 ms
[sonar:sonar] [INFO]  Sensor JavaSourceImporter...
[sonar:sonar] [INFO]  Sensor JavaSourceImporter done: 2547 ms
[sonar:sonar] [INFO]  Sensor SquidSensor...

BUILD FAILED
D:\JavaWorld\ContinuousIntegration\Provider\workspace\WS\sonar-build.xml:80: java.lang.IllegalArgumentException: Parameter 'directory' is not a directory
    at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:358)
    at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:443)
    at     org.sonar.plugins.squid.SquidSensor.hasProjectBytecodeFiles(SquidSensor.java:109)
    at org.sonar.plugins.squid.SquidSensor.getMainBytecodeFiles(SquidSensor.java:95)
    at org.sonar.plugins.squid.SquidSensor.analyzeMainSources(SquidSensor.java:78)
    at org.sonar.plugins.squid.SquidSensor.analyse(SquidSensor.java:62)
    at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:58)
    at org.sonar.batch.phases.Phases.execute(Phases.java:80)
    at org.sonar.batch.ProjectBatch.execute(ProjectBatch.java:59)
    at org.sonar.batch.Batch.analyzeModule(Batch.java:164)
    at org.sonar.batch.Batch.analyzeModules(Batch.java:82)
    at org.sonar.batch.Batch.execute(Batch.java:62)
    at org.sonar.ant.Launcher.executeBatch(Launcher.java:121)
    at org.sonar.ant.Launcher.execute(Launcher.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.sonar.ant.SonarTask.delegateExecution(SonarTask.java:167)
    at org.sonar.ant.SonarTask.execute(SonarTask.java:151)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:390)
    at org.apache.tools.ant.Target.performTasks(Target.java:411)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
    at org.apache.tools.ant.Main.runBuild(Main.java:801)
    at org.apache.tools.ant.Main.startAnt(Main.java:218)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

有人建议我解决方案吗?

2 个答案:

答案 0 :(得分:0)

您正在使用旧版本的ant任务(1.0,如果您可以更新声纳服务器,则应该这样做并更新ant任务。)

但你的问题在于(新版本的插件无法修复):

<fileset dir="${ws.base.dir}/src" >
    <exclude name="**/BuildErrorCode.java"/>
</fileset>

会将一个java文件列表放入<source> ... </source>

这些不是目录(因为它们是文件)并导致该错误。

doc对来源说:

  <!-- source directories (required) -->
  <sources>
    <path location="..." />
  </sources>

您无法将每个文件集中的文件放在那里。只有目录。

答案 1 :(得分:0)

移动sonarqube二进制目录后,我最近得到了同样的错误。必须从活动监视器中删除所有java进程并运行./sonar.sh start以解决问题。