programing

http://download.eclipse.org/releases/indigo에서 저장소를 읽을 수 없습니다.

goodcopy 2021. 1. 17. 11:55
반응형

http://download.eclipse.org/releases/indigo에서 저장소를 읽을 수 없습니다.


PDT를 추가하려고했는데

인디고-http: //download.eclipse.org/releases/indigo

http://download.eclipse.org/releases/indigo 에서 저장소를 읽을 수 없습니다 . http://download.eclipse.org/releases/indigo 에서 저장소를 읽을 수 없습니다 . http://download.eclipse.org/releases/indigo 는 유효한 저장소 위치가 아닙니다.

그렇다면 올바른 URL은 무엇입니까? 나는 많은 곳을 찾아 갔다. 누군가 저에게 정확한 링크를 알려줄 수 있습니까?

편집 :

http://download.eclipse.org/releases/indigo 로 이동하면 문제 가 발생하면 아래 오류가 표시됩니다. 그래서 어딘가로 옮겨진 것 같아요.

이 소프트웨어 저장소 URL ( http://download.eclipse.org/releases/indigo/ )은 Eclipse indigo 릴리스 용 소프트웨어 저장소에 대한 액세스를 제공합니다. 2011 년 6 월 출시 될 때까지 마일스톤 빌드가 포함됩니다.

저장소 사이트 URL은 일반적으로 Eclipse 플랫폼 또는 SDK를 설치할 때 소프트웨어 저장소 목록에 미리 채워져 있습니다.

소프트웨어 설치 또는 업데이트에 대한 자세한 정보는 Eclipse 플랫폼 도움말을 참조하십시오.

또한 많은 관심 분야와 플랫폼에서 사용할 수있는 편리하고 다운로드 가능한 올인원 zip 파일 모음도 있습니다. 많은 사람들이 이러한 올인원 패키지를 시작하는 가장 쉬운 방법이라고 생각합니다.


Eclipse를 통해 인터넷에 연결할 수 있습니까?

  • 내부 웹 브라우저를 엽니 다. Eclipse에서 : 창->보기 표시-> 기타-> 일반 : 내부 웹 브라우저.
  • 정상적인 주소를 찾으십시오. 작동합니까?

다른 업데이트 사이트에 연결할 수 있습니까? 예를 들어 Eclipse Emma : http://update.eclemma.org/ 거기에 아무것도 보이지 않습니까?

프록시 기본 설정은 무엇입니까? 창-> 환경 설정-> 일반 : 네트워크 연결로 이동하십시오.

활성 공급자 :

연결을 열 때 사용할 설정 프로파일을 지정합니다. 직접 공급자를 선택하면 프록시 서버를 사용하지 않고 모든 연결이 열립니다. 수동을 선택하면 Eclipse에 정의 된 설정이 사용됩니다. 일부 플랫폼에서는 사용할 수있는 기본 공급자도 있으며이 공급자를 선택하면 OS에서 검색된 설정이 사용됩니다.

Eclipse 외부에서 인터넷이 제대로 작동하는 경우 Native로 변경해보십시오. 그 후 Direct를 사용해보십시오.

업데이트 사이트가로드되지 않는 문제가 발생하여이를 제거하고 다시 추가해야했습니다. 이로 인해 Eclipse는 캐시 된 사본이 있어도 사이트의 컨텐츠를 다시 읽습니다. 따라서 여전히 인디고 업데이트 사이트에 연결되지 않지만 다른 모든 것이 작동하는 경우 시도해보십시오. 창-> 환경 설정-> 설치 / 업데이트 : 사용 가능한 소프트웨어 사이트로 이동하십시오. 그런 다음 인디고 사이트를 제거하고 추가하십시오. 다시 추가 할 수 있도록 주소를 복사하는 것을 잊지 마십시오.

@lostiniceland의 아래 의견에서 제안했듯이 이것은 위의 작업을 수행하는 더 간단한 방법입니다.

창으로 이동-> 환경 설정-> 업데이트 설치-> 사용 가능한 소프트웨어 사이트 => 항목을 선택하고 오른쪽에있는 "다시로드"버튼을 클릭합니다. 이것은 사용자 정의 플러그인을 테스트하기위한 로컬 업데이트 사이트가있는 경우에도 유용합니다.


나는 같은 문제가 있었고 그것을 해결했습니다.

  • 캐시 디렉토리 삭제 \eclipse\p2\org.eclipse.equinox.p2.repository\cache
  • 리포지토리 새로 고침.
    • 환경 설정-> 업데이트 설치-> 사용 가능한 소프트웨어 사이트 => 항목 선택
    • "다시로드"를 클릭하십시오.

브라우저에서 eclipse 마켓 플레이스 URL ( http://marketplace.eclipse.org/ ) 에 연결할 수 있는지 확인하십시오 . 작동하는 경우 문제는 네트워크에서 사용하는 프록시 서버 때문입니다. 우리는 네트워크에서 사용되는 프록시 서버 세부 정보로 이클립스를 업데이트해야합니다.

-Windows-> 환경 설정-> 일반-> 네트워크 연결로 이동하십시오.

여기에 이미지 설명 입력

프록시 세부 정보를 사용하여 HTTP를 편집하십시오.

여기에 이미지 설명 입력

확인 클릭

끝난.


이런 종류의 오류를 해결하는 또 다른 방법은이 인수로 일식을 시작하는 것입니다.

-vmargs -Djava.net.preferIPv4Stack = true

Eclipse (x64) 4.3.1에서 잘 작동


나는이 문제가 있었고 그것이 우리의 방화벽 인 것으로 판명되었습니다. ActiveX, Java 등을 차단하는 매우 일반적인 기능이 있으며 Java 기능은 Eclipse가 시도한 jar 다운로드를 차단했습니다.

방화벽은 콘텐츠가 차단되었음을 설명하는 html 페이지를 반환하고 있었지만 당연히 보이지 않았습니다. Wireshark에 감사드립니다 :)


Linux 에서이 문제가 발생했으며 사용자에게 eclipse 디렉토리를 업데이트 할 권한이 없음을 발견했습니다.

eclipse 폴더의 소유자를 재귀 적으로 변경하거나 폴더에 대한 쓰기 권한이있는 사용자로 Eclipse를 실행하십시오.


Windows 7 32 비트 버전에서는 관리자로 이클립스를 시작했습니다. 이것은 나를 위해 일했습니다.


나는 같은 문제가 있었다. 나를 위해 일한 방화벽을 비활성화하십시오 (나는 어베스트!).

(영어 죄송합니다 저는 프랑스어입니다 : D)


나를 위해 일한 것 :

어제부터 아래 그림과 같이 새로 다운로드 한 이클립스 4.8에 이클립스 마켓 플레이스에서 이클립스 플러그인 "원격 시스템 탐색기"를 설치하려고했습니다.

여기에 이미지 설명 입력

그리고 매번이 오류가 발생했습니다.

http://download.eclipse.org/releases/kepler/ 에서 저장소를 읽을 수 없습니다 . http://download.eclipse.org/releases/kepler/201306260900/content.jar 에서 저장소를 읽을 수 없습니다 . download.eclipse.org:80이 응답하지 못했습니다.

이 SO 게시물에 나를 데려 왔습니다.

나는 이것이것이것같은 다른 대답에서 여기에 언급 된 몇 가지 해결책을 시도 했지만 아무도 작동하지 않았습니다. 여기에있는 회사 네트워크가 특정 다운로드 요청을 차단하거나 Eclipse 4.8 버전이 버그가 있다고 생각하면서 거의 포기했습니다.

발견:

아래의 모든 경로를 다시로드 할 수 없습니다 'Window' -> 'Preferences' -> 'Install/Update' -> 'Available Software Sites'.

http 재로드 실패

전제 조건 :

  • 처음부터 나를 위해 일한 것은 다음과 같습니다.

    1. eclipse 내부 웹 브라우저 에서 google.com열 수 있으며,
    2. 업데이트 경로 중 일부는 다시로드 할 수 있습니다. (AS는 원한다면, 여기 응답 중 일부, 가능한 용액 또는 테스트로서 언급 이 하나 ).

마지막으로, 이 대답 은 적어도 내 특정 경우에 대해 올바른 방향으로 나아갔습니다. 내 단계는 그 대답이하고있는 것과 정반대로하는 것이 었습니다.

해결책:

모든 http:\\경로 를 변경 해야 https:\\했고 갑자기 작동하기 시작했습니다. Windows 10의 IE / Edge 또는 Windows 10 방화벽 또는 회사 방화벽이 HTTP 통신을 차단하고 있는지 모르겠습니다. 하지만 HTTPS를 사용하면 마침내 Marketplace에서 플러그인을 설치할 수 있습니다.

  • HTTPS 재로드 작동 여기에 이미지 설명 입력

이상한 것은 모든 경로가 필요한 것은 아니라는 것 https입니다. 일부를 제외하고 나머지는 HTTP. 그러나 나는 어쨌든 HTTPS좋은 측정을 위해 모든 것을으로 변경했습니다 .

여기에 이미지 설명 입력

  • 그런 다음 모든 저장소를 하나씩 다시로드하십시오. "적용 및 닫기"를 누릅니다.
  • 그런 다음 업데이트를 확인하십시오. 이제 Eclipse가 성공적으로 업데이트됩니다.
  • 업데이트 후 다시 시작하십시오.
  • 마지막으로 Eclipse Marketplace에서 원하는 플러그인을 설치할 수 있습니다.

참고 : 업데이트 중에이 동일한 오류가 다시 표시되면 저장소에서 업데이트 중에 eclipse에 의해 추가 된 새 경로도 HTTP가 아닌 HTTPS임을 확인하십시오.


위의 @Fredrik에 대한 명성 . 그의 대답 은 나를 위해 작동하지 않았지만 내 문제를 해결하는 데 도움이되었습니다.

'창'| '기본 설정'| '설치 / 업데이트'| '사용 가능한 소프트웨어 사이트'에서. '마켓 플레이스'에서 설치하려는 위치에 https://URL 이 삽입되었습니다 . 이것을 편집하면 http://'도움말'| 새 소프트웨어 설치 ... '를 사용하여 https://자동으로 삽입 및 사용되는 대신 드롭 다운'작업 대상 : '콤보 상자에서 저장소를 선택할 수 있습니다.여기에 이미지 설명 입력


Eclipse의 경우 일반적으로 다른 옵션을 사용할 수 있습니다.

  • PHP 개발 환경 (전용)을 사용하려면 해당하는 eclipse 배포판을 사용해야합니다. Zend에서 제공하는 PHP 용 배포판 이 있습니다 .
  • 다음 단계를 수행하여 인디고 릴리스에 PDT를 추가 할 수 있습니다.
    • Check if an update site for PDT is included in your eclipse installation:
      1. Open the Help > Install New Software dialog.
      2. Click there on the link Available Software Sites.
      3. In the list, the URL http://download.eclipse.org/releases/indigo should be marked.
      4. Close the dialog.
    • Select from the Work with list the site with the right URL.
    • Enter in the filter box PDT and search in the list for the PDT tooling you want to install. 여기에 이미지 설명 입력
    • Install the PDT tooling.
  • If that does not work, you may download a complete update site from the PDT project site.
    1. Visit the site (URL above).
    2. Click on downloads.
    3. Search there for the string "all in one update site".
    4. Download the zip file.
    5. Install it in your Indigo installation. Help > Install New Software > Add... > Enter name and select from button Archive the zip file

I hope some of the installation instructions will work for you.


This is the correct URL. Chances are Eclipse cannot read it properly because of the Internet connexion.

Are you using a proxy to get Internet access? If this is the case you need to notify Eclipse via the "Preferences/General/Network Connections" menu.


That URL works fine. The message you report is normal when you look at it in a browser. My copy of Eclipse has no problems talking to it. If yours does, I suspect a proxy configuration error in your copy of eclipse.


Also try it by turning off the firewall, and similar services. It worked for me!


If you can't access https://dl-ssl.google.com/android/eclipse/ simply try to use http:// instead of https://


I spent whole my day figuring out this and found the following. And it works great now.

This is basically an issue with your gateway or proxy, If you are under proxy network, Please go to the network settings and set the proxy server settings(server, port , user name and password). If you are under direct gateway network, your firewall may be blocking the http get request from your eclipse.


Please make sure you are using correct url. If You are using url - http://download.eclipse.org/releases/indigo on your eclipse luna(v4.4) then it might be not working in this case you should use - http://download.eclipse.org/releases/luna

I have tried this and its working.


I was also unable to read the repository. Even after the disabling most of the entries under Available Software Sites things were still not working.

I had no proxy to worry about and even disabling the firewall (which I do not recommended) as a last resort did not help.

Viewing the error log, from the dialog box which Eclipse displayed, there was mention of a cache directory under .eclipse in my home directory. I deleted the two cache directories I found and Eclipse was working again.

For my setup the two directories I deleted were:

.eclipse/org.eclipse.platform_4.4.2_119745494_macosx_cocoa_x86_64/p2/org.eclipse.equinox.p2.core/cache

.eclipse/org.eclipse.platform_4.4.2_119745494_macosx_cocoa_x86_64/p2/org.eclipse.equinox.p2.repository/cache

NB: My setup is Eclipse Luna 4.4.2 running on Mac OS X Yosemite 10.10.3


In my case, I discovered that the major issue why my eclipse won't connect to internet is my Internet Service Provider. I was only able to browse some websites but unable to browse other website. Fixing the issue with the ISP worked.


My issue was the Eclipse Marketplace client needed updating.

After trying Fredriks solution of

Go to Window -> Preferences -> Install/update: Available Software sites. Then remove and add the indigo site. Just remember to copy the adress so you can add it again.

The Marketplace client wouldn't load. But I could access it via a browser. So, I went to the Help -> Eclipse Marketplace it loaded fine

Clicked on Installed and found the Eclipse Marketplace Client and it had so i clicked it it updated and then when I did the standard update everything worked.


Sometimes, there will be firewalls and restrictions in the network preventing the plugin to get downloaded. We can try some other network. This actually resolved my issue.


Also try if in the eclipse paths there is some duplicated
Luna - http://download.eclipse.org/releases/luna
Luna - http://download.eclipse.org/releases/luna/1234567...

Try both of them, one may work.

In my case, with 2 eclispes installed, in one of them the path
Luna - http://download.eclipse.org/releases/luna

works, in the other one, i must select:
Luna - http://download.eclipse.org/releases/luna/123456...

In both the internal browser can access to internet. Both are Luna (but one is RCM, the other one i don't remember).


no meu caso era o anti-vírus que estava bloqueando a conexão do eclipse, desativei o anti-víruse tudo funcionou o //.

번역 : 제 경우에는 이클립스에서 연결을 차단하는 바이러스 백신이었습니다. 바이러스 백신을 비활성화하고 모든 것이 작동했습니다.

참조 URL : https://stackoverflow.com/questions/7625943/unable-to-read-repository-at-http-download-eclipse-org-releases-indigo

반응형