当前位置: 首页 > 面试题库 >

无法通过具有Jenkins构建和Maven项目的Sonar分析中的ClassLoader警告访问“ XXX / XXX / XXX”类

锺离俊雄
2023-03-14
问题内容

我知道这是递归问题,但找不到解决方案。

在构建之后,我在 JENKINS中 运行 SONAR 分析。当Soanar到达Java bytecode scan...它时显示:WARN - Class '.../.../.../...' is not accessible through the ClassLoader

扫描是一个 Maven的 项目,声纳保持displayin此消息引发许多其他类使用 Maven的 依赖关系

声纳 的分析是使用 SONAR亚军

我在许多帖子中看到,可以通过添加来解决此问题sonar.librairies=/path/to/libraries/*jarsonar- project.properties但是使用 Maven ,依赖关系不会归类到一个文件夹中。 Jar 的分发位于 Maven存储库
下的不同文件夹下。

那么,如何解决此问题以在没有这些警告的情况下扫描我的代码?

仅供参考:

詹金斯 1.555

声纳 4.2

声纳赛跑者 2.3

Java 1.7

Maven的 3.04

堆栈跟踪

09:23:55.605 INFO  - Java bytecode scan...
09:23:55.646 WARN  - Class 'org/springframework/context/ApplicationContext' is not    accessible through the ClassLoader.
09:23:55.656 WARN  - Class 'com/mongodb/MongoClient' is not accessible through the ClassLoader.
09:23:55.657 WARN  - Class 'com/mongodb/DB' is not accessible through the ClassLoader.
09:23:55.661 WARN  - Class 'org/springframework/context/ApplicationContext' is not    accessible through the ClassLoader.
09:23:55.662 WARN  - Class 'org/springframework/context/ApplicationContext' is not accessible through the ClassLoader.
...
09:23:55.749 WARN  - Class 'org/apache/log4j/Logger' is not accessible through the ClassLoader.
09:23:55.773 INFO  - Java bytecode scan done: 168 ms

编辑

mvn dependency:tree在jenkins build中运行:

[INFO] --- maven-dependency-plugin:2.1:tree (default-cli)
[INFO] +- org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[INFO] |  +- org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[INFO] |  |  \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] |  \- org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:4.0.3.RELEASE:compile
[INFO] |  \- org.springframework:spring-web:jar:4.0.3.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:4.0.3.RELEASE:test
[INFO] +- org.apache.poi:poi:jar:3.9:compile
[INFO] |  \- commons-codec:commons-codec:jar:1.5:compile
...
...
[INFO] +- org.mockito:mockito-all:jar:1.9.5:test
[INFO] +- com.jayway.jsonpath:json-path:jar:0.9.1:test
[INFO] |  \- net.minidev:json-smart:jar:1.2:test
[INFO] +- org.hamcrest:hamcrest-all:jar:1.3:test
[INFO] \- junit:junit:jar:4.11:test (scope not updated to compile)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

谢谢


问题答案:

由于Maven列出了缺少的类,因此您可能正在使用Jenkins插件运行Sonar。我从未使用过此插件,但我猜想它并不了解Maven。因此,它无法从POM创建类路径,并且运行时确实缺少类。

尝试使用Maven目标运行Sonar:mvn sonar:sonar在为Maven正确配置Sonar插件之后。



 类似资料:
  • 我创建了一个java应用程序用户IntelliJ思想,当我配置时,我得到了一个错误: 无法解析包ypd... 但您可以看到,目录库是: 我的代码如下: 编辑 如果在项目结构中,我把包做为源根,没有办法,为什么?

  • 我有两个分支“master”和“developer”,我从master“hotfix-1”创建一个新分支,然后我将“hotfix-1”合并回master;

  • 我得到了这个错误。显然,我想使用ckfinder文件上传。 我已经设置了到. php。我已经看了访问拒绝(403)的PHP文件与Nginx PHP-FPM和我尝试了大部分(除了fix_pathinfo)没有运气。在我注意到错误消息中的脚本路径之前,来自connector.php的GET请求位于php/目录中。我认为问题是nginx看到这个目录名作为脚本,并试图运行它,不确定。 这是我的nginx服

  • 我对spring MVC的URL模式映射是如何工作的感到困惑。 当“get servletmappings”返回“/”时,我可以用“http://localhost:8080/hello”获得正确的响应。 但如果我将其更改为“/app”并将url更改为“http://localhost:8080/app/hello”,它将返回404错误。 我是不是误会了什么,我也发现“/app/*”可以工作(这个

  • 问题内容: 我正在尝试在Eclipse中使用Hibernate。我正在创建一个新的简单项目,并且还通过CVS下载了一个同事项目。两者都不起作用,而在我的同事的Eclipse上却起作用。问题在于,对于每个导入的Hibernate类,Eclipse都说: 但是所有Hibernate jar都在构建路径中,即: 问题答案: 显然,在某些情况下存在有效的问题,但是Eclipse有时没有充分的理由抛出此错误

  • 问题内容: 是我自己的一类。该类与主类位于同一JAR文件中。因此,这不应该是因为classpath中缺少任何JAR。 当我通过查阅JAR文件时,可以看到其中列出的内容。 顺便说一句:代码在我的本地计算机上运行良好。但是当我将其与某些脚本一起部署到Linux服务器上时无法工作。所以我认为这不是代码的问题。但是出于某种原因。部署过程很难跟踪。 可能是什么问题呢? 问题答案: 我最好的选择是这里有一个问