본문 바로가기
JAVA/이클립스 오류

3.

by J520 2019. 3. 15.

Automatic updates download has encountered a problem. An error occurred while collecting items to be installed.

&

No repository found containing.....



  이클립스 marketplace에서 STS를 다운 받는데, 

 Automatic updates download has encountered a problem. An error occurred while collecting items to be installed. 

 라는 에러를 마주쳤다.

 

  그래서 Help -> Check for updates를 해봤더니,

 이번엔 No repository found containing..... 라는 에러를 마주쳤다.

 

  그래서 구글링으로 스택오버플로우와 여러 블로그들을 찾아본 결과,

 몇 가지 해결 방법에 대한 의견들을 얻을 수 있었다.

 

1. IDE를 업데이트 할 것.

2. 관리자 권한으로 이클립스를 실행해라.

3. Workspace 이름을 바꾸어 볼 것. 아마 캐싱문제나 워크스페이스 충돌이 있을 수 있다.

4. install new software에서 all available sites 에서 spring ide core를 받아라.

      + contact all update sites during install to find required software의 체크박스를 해제하고 받아라.

5. preferences > maven > user Setting과 setting.xml의 Reppository 경로를 확인해라.

6. preferences > install/update에서 주소 마지막에 '/'가 없으면, 넣어라.

7. preferences > install/update에서 spring 관련 주소 체크박스를 해제해라.

 

 그래서 해봤다.


1. IDE를 업데이트 할 것. -> fail. 업데이트 하다가 No repository found containing..... 라는 에러를 얻었다.

2. 관리자 권한으로 이클립스를 실행해라. -> fail.

3. Workspace 이름을 바꾸어 볼 것. 아마 캐싱문제나 워크스페이스 충돌이 있을 수 있다. -> 이 문제는 아닌 것 같아서 안해봤다.

4. install new software에서 all available sites 에서 spring ide core를 받아라. -> fail.

      + contact all update sites during install to find required software의 체크박스를 해제하고 받아라.     -> fail.

5. preferences > maven > user Setting과 setting.xml의 Reppository 경로를 확인해라. -> 정상이었다.

6. preferences > install/update에서 주소 마지막에 '/'가 없으면, 넣어라. -> 수정해도 변함이 없었다.

7. preferences > install/update에서 spring 관련 주소 체크박스를 해제해라.

-> 이것으로 Automatic updates download has encountered a problem. 라는 오류 창이 뜨는 문제는 해결할 수 있었다.



  이것저것 해봤는데도 안됐다.

 그런데 생각해보니, 처음 sts를 받을 때 가장 최신버전을 받았는데 그게 spring boot여서, spring 3.9.7 버전을 다시 받으려다 오류가 생긴 것이었다.

 혹시 무언가 충돌이 있었던건가 싶어서, 먼저 받았던 4.1.2 버전을 완전히 삭제하고, 3버전을 받았더니 에러 없이 받을 수 있었다.

'JAVA > 이클립스 오류' 카테고리의 다른 글

2.  (0) 2019.03.04
1.  (0) 2019.03.04

댓글