簡體   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