繁体   English   中英

无法读取com.sun.xml.ws:jaxws-rt:jar:2.2.8的工件描述符:UnresolvableModelException:无法传输com.sun.xml.ws:bundles:pom

[英]Failed to read artifact descriptor for com.sun.xml.ws:jaxws-rt:jar:2.2.8: UnresolvableModelException: Failure to transfer com.sun.xml.ws:bundles:pom

我正在从http://memorynotfound.com/deploy-jaxws-application-tomcat-example/跟踪示例。 我只是将此项目(作为Maven)导入到工作区中,但是我看到以下错误:-

    Description Resource    Path    Location    Type
        ArtifactDescriptorException: Failed to read artifact descriptor for 
    com.sun.xml.ws:jaxws-rt:jar:2.2.8: UnresolvableModelException: Failure to transfer com.sun.xml.ws:bundles:pom:2.2.8 from 
    http://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced. Original error: Could not transfer artifact 
    com.sun.xml.ws:bundles:pom:2.2.8 from/to central 
(http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/com/sun/xml/ws/bundles/2.2.8/bundles-
    2.2.8.pom   pom.xml /jax-ws-tomcat-example  line 1  Maven Dependency Problem

解决问题真的很累,请帮助/指导。

错误的读取connection timed out因此您的maven无法连接到url: http : //repo.maven.apache.org/maven2/com/sun/xml/ws/bundles/2.2.8/bundles-2.2.8 .pom

在浏览器中尝试一下。 这可能是网络问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM