NutzCN Logo
问答 请教一个变异异常的问题,本地mac下没问题 centos下编译失败 ?
发布于 2020天前 作者 Rekoe 1673 次浏览 复制 上一个帖子 下一个帖子
标签:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[21,38] package com.sun.xml.internal.ws.client does not exist
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[22,41] package com.sun.xml.internal.ws.developer does not exist
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[106,58] cannot find symbol
  symbol:   variable BindingProviderProperties
  location: class com.rekoe.service.WebServiceClient
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[107,58] cannot find symbol
  symbol:   variable JAXWSProperties
  location: class com.rekoe.service.WebServiceClient
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.336 s
[INFO] Finished at: 2018-10-08T17:00:43+08:00
[INFO] Final Memory: 42M/539M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project om_rest: Compilation failure: Compilation failure:
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[21,38] package com.sun.xml.internal.ws.client does not exist
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[22,41] package com.sun.xml.internal.ws.developer does not exist
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[106,58] cannot find symbol
[ERROR]   symbol:   variable BindingProviderProperties
[ERROR]   location: class com.rekoe.service.WebServiceClient
[ERROR] /data/webapps/nb_platform/rest/src/main/java/com/rekoe/service/WebServiceClient.java:[107,58] cannot find symbol
[ERROR]   symbol:   variable JAXWSProperties
[ERROR]   location: class com.rekoe.service.WebServiceClient
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
添加回复
请先登陆
回到顶部