월 10, 2025 11:49:29 오전 org.apache.catalina.core.StandardWrapperValve invoke
심각: Servlet.service() for servlet [jsp] in context with path [] threw exception [Unable to compile class for JSP:
An error occurred at line: [14] in the generated java file: [D:\경로.java]
Only a type can be imported. com.dreamsecurity.magice2e.MagicE2E resolves to a package
사이트에 접속 했을 때 나온 클래스 임포트 에러이다.
해결 방법 : 프로젝트 클린 => 서버 클린 => 서버 재시작
프로젝트만 클린 했을 때 컴파일 오류가 났기 때문에 서버까지 비워준 후 재시도 해야 됨
'개발일지 > Java + Spring' 카테고리의 다른 글
[Spring] IllegalStateException 에러 (1) | 2025.03.14 |
---|---|
[Spring] 낯선이로부터의 방문 : 폴더 생성 에러 (0) | 2025.01.03 |
[MVC Spring] jar 파일 삽입 후 ClassNotFoundException 에러 (0) | 2024.12.30 |
자바 1.7 환경에서 Base64 대신 apache Base64 (0) | 2024.10.29 |
[JAVA] 자바 equalsIgnoreCase 문자열 비교 (0) | 2024.08.21 |