2012-08-09 4 views
0

Eclipse에서 Errai 응용 프로그램을 제거하면 다음 오류가 발생합니다.Eclipse에서 Errai 응용 프로그램 디버깅 문제가 발생했습니다.

[WARN] failed com.g[email protected]1575d48{/,/home/matthew/git/PressGangCCMSUI/src/main/webapp}: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext 
    [WARN] failed [email protected]: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext 
    [WARN] Error starting handlers 
java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/context/FacesContext 

이 문제를 해결하는 방법을 아는 사람이 있습니까?

답변

0

Eclipse가 로컬 repo 캐시의 JAR 파일 대신 종속 Maven 프로젝트를 사용했기 때문에 문제가 발생했습니다. Errai 앱이 의존하는 프로젝트를 닫으면 이클립스는 로컬 레포 캐시에서 JAR을 사용하도록 되돌 렸고 디버거를 다시 시작할 수있었습니다.

관련 문제