이클립스(eclipse) 오류창 없이 실행되지 않는 문제 해결. 이클립스 로딩중 종료
이클립스(eclipse) 오류창 없이 실행되지 않는 문제 해결. 이클립스 로딩중 종료
이클립스(eclipse) 종료가 정상적이지 않았는지, 그 후 부터 이클립스가 실행될 때 아무런 경고창도 없이 시작되지 않는 문제가 생겼다.
해당 문제의 원인을 찾기 위해 log 파일을 확인했다.
log 파일은 아래 경로에 위치한다.
Workspace 폴더 내 ./metadata/.log
!SESSION 2017-03-09 08:46:44.889 -----------------------------------------------
eclipse.buildId=4.3.2.M20140221-1700
java.version=1.6.0_43
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ko_KR
Framework arguments: -product org.eclipse.epp.package.standard.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product
!ENTRY org.eclipse.core.resources 2 10035 2017-03-09 08:46:46.585
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
!ENTRY org.eclipse.core.jobs 2 2 2017-03-09 08:46:51.037
!MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.Workbench$55
로그 내용을 보면 알겠지만 이전 작업 환경이 제대로 저장되지 않고 종료되어 생긴 문제로 보인다.
이를 해결 하기 위한 방법은 아래 경로에 위치한 파일 두 개를 삭제하는 것이다.
> .metadata/.plugins/org.eclipse.core.resources/.snap
> .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
두 개의 파일을 삭제했다면 이클립스를 다시 시작하면 된다.
댓글
이 글 공유하기
다른 글
-
Apachectl stop (20014)Internal error: Error retrieving pid file logs/httpd.pid
Apachectl stop (20014)Internal error: Error retrieving pid file logs/httpd.pid
2017.09.21 -
Microsoft Visual Studio 2013의 작동이 중지되었습니다. 솔루션 실행안됨
Microsoft Visual Studio 2013의 작동이 중지되었습니다. 솔루션 실행안됨
2017.09.15 -
The product key is not valid. INS00140. 제품 키가 잘못되었습니다. Crystal reports 2013
The product key is not valid. INS00140. 제품 키가 잘못되었습니다. Crystal reports 2013
2016.08.29 -
Visual Studio 편집하며 계속하기 Edit and Continue not working
Visual Studio 편집하며 계속하기 Edit and Continue not working
2016.08.22