当我使用Java 6进行通过Jenkins启动的Maven构建时,我发现了一个奇怪的错误。我在测试 - 编译阶段遇到错误,这是
[ERROR] /scratch/jenkins/workspace/subco/subco/myproject/src/test/java/org/mainco/subco/ebook/mvc/ CorrelationUpdateControllerTest.java:[77,48] error: package com.sun.tools.internal.ws.processor.model does not exist
[ERROR] /scratch/jenkins/workspace/subco/subco/myproject/src/test/java/org/mainco/subco/ebook/mvc/CorrelationUpdateControllerTest.java:[77,48] error: package com.sun.tools.internal.ws.processor.model does not exist
[INFO] 2 errors
错误与上面引用的第77行无关。那条线是
public class CorrelationUpdateControllerTest extends AbstractNTsubcoTests
如果重要的话,我正在使用jaxb-api,v 2.2.9。 Maven依赖是
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.9</version>
</dependency>
正在发生的更详细的输出结果如下......
[INFO] ------------------------------------------------------------------------
[INFO] Building subco Admin Module 16.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.ourrepo.com/content/groups/public/org/springframework/spring-oxm/3.1.1.RELEASE/spring-oxm-3.1.1.RELEASE.pom
已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-oxm/3.1.1.RELEASE/spring-oxm-3.1.1.RELEASE.pom(4 KB,速度为23.5 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-webmvc-portlet/3.1.1.RELEASE/spring-webmvc-portlet-3.1.1.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-webmvc-portlet/3.1.1.RELEASE/spring-webmvc-portlet-3.1.1.RELEASE.pom(4 KB,42.6 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.pom(4 KB,133.4 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.pom(4 KB,47.5 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.pom(4 KB,41.5 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/spring-security-taglibs-3.1.3.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/spring-security-taglibs-3.1.3.RELEASE.pom(4 KB,16.5 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-acl/3.1.3.RELEASE/spring-security-acl-3.1.3.RELEASE.pom 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-acl/3.1.3.RELEASE/spring-security-acl-3.1.3.RELEASE.pom(4 KB,145.5 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-oxm/3.1.1.RELEASE/spring-oxm-3.1.1.RELEASE.jar 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-webmvc-portlet/3.1.1.RELEASE/spring-webmvc-portlet-3.1.1.RELEASE.jar 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.jar 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.jar 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.jar 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-oxm/3.1.1.RELEASE/spring-oxm-3.1.1.RELEASE.jar(72 KB,1372.9 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/spring-security-taglibs-3.1.3.RELEASE.jar 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-taglibs/3.1.3.RELEASE/spring-security-taglibs-3.1.3.RELEASE.jar(21 KB,176.6 KB /秒) 正在下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-acl/3.1.3.RELEASE/spring-security-acl-3.1.3.RELEASE.jar 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.jar(199 KB,1156.6 KB /秒) 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.jar(248 KB,1369.5 KB /秒) 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-acl/3.1.3.RELEASE/spring-security-acl-3.1.3.RELEASE.jar(78 KB,2678.2 KB /秒) 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.jar(333 KB,1721.7 KB /秒) 已下载:http://repo.ourrepo.com/content/groups/public/org/springframework/spring-webmvc-portlet/3.1.1.RELEASE/spring-webmvc-portlet-3.1.1.RELEASE.jar(187 KB,621.6 KB /秒) mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [信息] [INFO] --- maven-clean-plugin:2.4.1:clean(default-clean)@myproject --- mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean) [debug]执行contextualize mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) [信息] [INFO] --- maven-resources-plugin:2.5:资源(默认资源)@ myproject --- [INFO]使用“UTF-8”编码复制过滤后的资源。 [INFO]复制7个资源 mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources) mojoStarted org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2(默认) [信息] [INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties(默认)@ myproject --- mojoSucceeded org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2(默认) mojoStarted org.codehaus.mojo:sql-maven-plugin:1.5(drop-db-before-test-if-any) [信息] [INFO] --- sql-maven-plugin:1.5:执行(drop-db-before-test-if-any)@myproject --- [INFO]跳过sql执行 mojoSucceeded org.codehaus.mojo:sql-maven-plugin:1.5(drop-db-before-test-if-any) mojoStarted org.codehaus.mojo:sql-maven-plugin:1.5(create-test-db)[INFO]跳过sql执行
[INFO]
[INFO] --- sql-maven-plugin:1.5:execute (create-test-db) @ myproject ---
mojoSucceeded org.codehaus.mojo:sql-maven-plugin:1.5(create-test-db) mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) [信息] [INFO] --- maven-compiler-plugin:2.3.2:compile(default-compile)@myproject --- [INFO]将40个源文件编译为/ scratch / jenkins / workspace / subco / subco / myproject / target / classes mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile) [debug]执行contextualize mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) [INFO] [INFO]使用“UTF-8”编码复制过滤后的资源。
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ myproject ---
[INFO] Copying 10 resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources) mojoStarted org.codehaus.mojo:sql-maven-plugin:1.5(create-stored-proc)[INFO]跳过sql执行
[INFO]
[INFO] --- sql-maven-plugin:1.5:execute (create-stored-proc) @ myproject ---
mojoSucceeded org.codehaus.mojo:sql-maven-plugin:1.5(create-stored-proc) mojoStarted org.apache.maven.plugins:maven-antrun-plugin:1.7(unzip-liquibase-archive) [信息] [INFO] --- maven-antrun-plugin:1.7:run(unzip-liquibase-archive)@ myproject --- [INFO]执行任务
main:
mojoSucceeded org.apache.maven.plugins:maven-antrun-plugin:1.7(unzip-liquibase-archive)[INFO] Executed tasks
mojoStarted org.apache.maven.plugins:maven-antrun-plugin:1.7(format-liquibase-files)
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (format-liquibase-files) @ myproject ---
[INFO] Executing tasks
main:
[INFO] Executed tasks
mojoSucceeded org.apache.maven.plugins:maven-antrun-plugin:1.7(format-liquibase-files)
mojoStarted com.google.code.maven-replacer-plugin:replacer:1.5.1(create-init-db-test-scripts)
[INFO]
[INFO] --- replacer:1.5.1:replace (create-init-db-test-scripts) @ myproject ---
[INFO] Replacement run on 1 file.
mojoSucceeded com.google.code.maven-replacer-plugin:replacer:1.5.1(create-init-db-test-scripts)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ myproject ---
[INFO] Compiling 8 source files to /scratch/jenkins/workspace/subco/subco/myproject/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /scratch/jenkins/workspace/subco/subco/myproject/src/test/java/org/mainco/subco/ebook/mvc/ CorrelationUpdateControllerTest.java:[77,48] error: package com.sun.tools.internal.ws.processor.model does not exist
[ERROR] /scratch/jenkins/workspace/subco/subco/myproject/src/test/java/org/mainco/subco/ebook/mvc/ CorrelationUpdateControllerTest.java:[77,48] error: package com.sun.tools.internal.ws.processor.model does not exist
[INFO] 2 errors
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
projectFailed org.mainco.subco:myproject:16.0.0-SNAPSHOT
An attempt to send an e-mail to empty list of recipients, ignored.
答案 0 :(得分:0)
从com.sun.tools.internal.ws
看起来您正在使用Web服务和一些JAX-WS工具,例如wsgen
工具。
JAX-WS工具是Java Development Kit(JDK)的一部分 - 它位于`tools.jar中,在JRE中找不到。 不太可能是原因,但你应该检查Jenkins是否正在使用JRE。
您更有可能在Linux工作站/服务器上执行此操作,并且您没有安装Oracle的JDK。 OpenJDK可能没有Sun的“私有”工具/实现。