일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- SQL
- tkinter Radio 동적버튼
- for loop
- array
- allauth
- Django
- python
- check_password
- Django-allauth
- FastAPI
- flask
- numpy
- GraphQL
- graphene-django
- Today
- Total
객
[ STS ] - STS TOOL 오류 내용 정리 본문
1.오류 내용 - 'automatic updates download' has encountered a problem. an err occurred while colletcing items to be installed
(출처 : http://stackoverflow.com/questions/25824902/spring-tool-suite-3-6-1-wont-update )
Steps I took to fix this :
1.Close STS
2. Delete folder cache on sts-3.6.0.RELEASE\p2\org.eclipse.equinox.p2.repository
3. Run STS
4. Select Window -> Preferences
5. Expand Install/Update and select Available Software Sites
6. Uncheck all update site, Except http://download.eclipse.org/releases/luna and save
7. Select Help -> Check for updates
8. Select Window -> Preferences
9. Expand Install/Update and select Available Software Sites
10. Check http://dist.springsource.com/release/TOOLS/update/e4.4/ and save
11. Select Help -> Check for updates
If u got error "STS.exe", just remove (backup first) STS.exe, and check for updates again
------------------------------------------------------------------------------------------------------------
사용하고 있는 jdk 설치 폴더(C:\Program Files\Java\jdk1.7.0_65\lib)
에 붙여넣기 해서 해결했습니다.
에러가 나는 원인은
JDK의 lib 폴더에 위치한 servlet-api.jar 파일이 6.0버전에 맞는 구 버전이기 때문이랍니다.)
1. Maven 저장소 초기화
site : http://repacat.tistory.com/30
Maven 저장소 문제인 것이 확실하고, 아래 경로의 파일을 삭제했다. 삭제 후에는 자동으로 라이브러리 파일이 다운로드 된다.
이클립스 - Window - Properties - Maven - User settings - Local Repository
따로 설정을 바꾸지 않았다면 보통 "C:\Users\username\.m2\repository" 로 지정되어 있다. 이 경우, .m2 가 숨김폴더이기 때문에 보이기 설정을 해야할 수 있다. 아래 화면은 내 설정인데, "D:/dev_repacat/repository" 로 설정되어 있다.
2. 클린 작업
1번 작업 후 아래 작업도 했으나 아마 1번만으로 해결이 된 것 같다. 혹시 모르니 적어둔다.
2-1. Servers 탭 > Tomcat 우클릭 > Clean
2-2. Servers 탭 > Tomcat 우클릭 > Clean Tomcat Work Direcotry
2-3. Menu > Project > Clean
2-4. Project Explorer > 프로젝트 우클릭 > Maven > Update Project
------------------------------------------------------------------------------------------------------------
'[PL] > JAVA' 카테고리의 다른 글
[ Spring Boot ] Spring Boot Sample (0) | 2016.11.22 |
---|---|
JAVA + Hibernate 사용중 발생하는 오류 정리 (0) | 2015.06.07 |
java + mybatis + cubrid sample (0) | 2015.02.12 |
[펌] 한글 깨짐 (0) | 2014.10.24 |
[JSP] getCharacterStream으로 받아서 넘길때 한글 깨짐 (0) | 2014.10.24 |