반응형
스프링 부트를 서버에 올리기 전 local 환경에서 실행하던 도중
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping
이런 에러가 발생했다.
구글링을 하던 도중 JRE에 servlet.jar를 포함하고 있는지 확인해보라는 글을 보았고, 포함되어 있었다.
그리고 jre -> lib -> ext 에 servlet.jar를 삭제하니 잘 되어부렀당~~
아마 빌드를 하는 과정에서 내장 tomcat에 있는 servlet과 충돌이 있었나 보다~
쾅쾅
반응형
'Spring Framework > 에러' 카테고리의 다른 글
[Spring JPA] No serializer found for class org.hibernate 에러 (0) | 2019.07.24 |
---|---|
[Spring JunitTest Hibernate error] org.hibernate.exception.ConstraintViolationException: could not execute statement (0) | 2019.07.24 |
[Spring JPA insertable, updatable] (1) | 2019.07.23 |
[Spring boot + JPA Hibernate 오류] error executing ddl via jdbc statement (0) | 2019.07.22 |
[SpringBoot Test different yml load] (1) | 2019.07.11 |