- 'Requesting JavaScript AST from selection' has encountered a problem 에러 - 이클립스에서 JavaScript를 사용하다보면 위와 같은 에러를 볼 수 있다. Eclipse의 JSDT를 사용할 때 나타나는 오류로 프로그램에 영향을 주지 않는 오류이다. 하지만 오류가 뜨면 찝집한 느낌이 있으므로 없애는 방법에 대해서 알아보겠다. 1. 이클립스 상단의 Window - Preferences에 들어간다. 2. 좌측의 JavaScript - Editor - Mark Occurrences 3. Mark occurrences of the selected element in the current file.의 체크를 풀어준다.