简体   繁体   English

Cant Access Netbeans nexus Maven存储库,连接重置

[英]Cant Access netbeans nexus maven repository, connection reset

I'm building a Netbeans platform maven application but it seams that the repository that hosts Netbeans modules is down or something. 我正在构建一个Netbeans平台Maven应用程序,但它似乎表明承载Netbeans模块的存储库已关闭或发生故障。

    <repository>
            <id>netbeans</id>
            <name>NetBeans</name>
            <url>http://bits.netbeans.org/nexus/content/groups/netbeans/</url>
        </repository>

I'm getting this error when I try to build the project. 尝试构建项目时出现此错误。

Apr 04, 2016 10:22:37 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Apr 04, 2016 10:22:37 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultHttpClient tryExecute
INFO: Retrying request

as for today 20/04/2016 it shows this error 至于今天20/04/2016它显示此错误

An error occurred. 发生错误。

Sorry, the page you are looking for is currently unavailable. 抱歉,您要查找的页面当前不可用。 Please try again later. 请稍后再试。

If you are the system administrator of this resource then you should check the error log for details. 如果您是此资源的系统管理员,则应检查错误日志以获取详细信息。

Faithfully yours, nginx. 忠实的,nginx。

I confirm it's not working for me either (2016-04-20). 我确认这对我也不起作用(2016-04-20)。 It was working yesterday (2016-04-19). 昨天(2016-04-19)工作。

Nginx replies with an error: Nginx回复错误:

An error occurred. 发生错误。

Sorry, the page you are looking for is currently unavailable. 抱歉,您要查找的页面当前不可用。 Please try again later. 请稍后再试。

If you are the system administrator of this resource then you should check the error log for details. 如果您是此资源的系统管理员,则应检查错误日志以获取详细信息。

Faithfully yours, nginx. 忠实的,nginx。

I can confirm it has been down for the past few days as well. 我可以确认它在过去几天中也有所下降。 However, I've been using http://repo.spring.io/libs-release-remote/ as it has the netbeans-platform artifacts that I need. 但是,我一直在使用http://repo.spring.io/libs-release-remote/,因为它具有我需要的netbeans-platform工件。

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

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