2016-04-04 88 views
1

我正在構建一個Netbeans平臺的Maven應用程序,但它接觸到承載Netbeans模塊的repository已關閉或其他東西。無法訪問netbeans nexus maven存儲庫,連接重置

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

我在嘗試構建項目時遇到此錯誤。

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 

至於今天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.

+1

http://bits.netbeans.org/nexus目前正在備份。 – heenenee

回答

1

我可以證實它已經下了這幾天也是如此。但是,我一直在使用http://repo.spring.io/libs-release-remote/,因爲它有我需要的netbeans-platform工件。

+0

不幸的是,它沒有大於'RELEASE80'的版本所需的工件 –

1

我確認它不工作對我來說是(2016年4月20日)。它昨天在工作(2016-04-19)。

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.

+0

一旦它恢復在線,我將爲此存儲庫創建一個本地代理,這是處理此問題的最佳方法。 –

+0

它今天工作(2016-04-22) –