简体   繁体   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

I am following example from http://memorynotfound.com/deploy-jaxws-application-tomcat-example/ . 我正在从http://memorynotfound.com/deploy-jaxws-application-tomcat-example/跟踪示例。 I just imported this project (as Maven) into work-space, but I see following error coming:- 我只是将此项目(作为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

I am really exhausted with in solving the issue, please help/guide. 解决问题真的很累,请帮助/指导。

The error read connection timed out so your maven got problems to connect to the url: http://repo.maven.apache.org/maven2/com/sun/xml/ws/bundles/2.2.8/bundles-2.2.8.pom 错误的读取connection timed out因此您的maven无法连接到url: http : //repo.maven.apache.org/maven2/com/sun/xml/ws/bundles/2.2.8/bundles-2.2.8 .pom

Try it in your browser. 在浏览器中尝试一下。 It may be a network problem. 这可能是网络问题。

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

相关问题 com.sun.xml.ws:jaxws-rt:pom:2.2.10 的 POM 无效 - The POM for com.sun.xml.ws:jaxws-rt:pom:2.2.10 is invalid 找不到参数jaxws()的方法[com.sun.xml.ws:jaxws-tools:2.1.4] - Could not find method jaxws() for arguments [com.sun.xml.ws:jaxws-tools:2.1.4] JAXWS-RT:获取 com.sun.xml.ws.spi.db.DatabindingException 绑定一个简单的类 - JAXWS-RT: getting com.sun.xml.ws.spi.db.DatabindingException binding a simple class 重定向javax.xml.ws和com.sun.xml.ws的输出日志 - Redirect output logs of javax.xml.ws and com.sun.xml.ws jaxws-rt.jar中的“ / com / sun / xml / ws /”软件包和rt.jar中的“ / com / sun / xml / internal / ws /”软件包之间有什么区别 - what is the Difference between the “/com/sun/xml/ws/” package in jaxws-rt.jar and “/com/sun/xml/internal/ws/” package inside rt.jar WS Libs:com.sun.xml vs javax.xml - WS Libs: com.sun.xml vs javax.xml ClassNotFoundException:com.sun.xml.internal.ws.spi.ProviderImpl - ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl com.sun.xml.internal.ws.fault.SOAPFaultBuilder的NoClassDefFoundError - NoClassDefFoundError for com.sun.xml.internal.ws.fault.SOAPFaultBuilder 编译时找不到com.sun.xml.internal.ws.developer.JAXWSProperties - com.sun.xml.internal.ws.developer.JAXWSProperties not found at compile com.sun.xml.internal.ws.client 不存在 - com.sun.xml.internal.ws.client does not exist
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM