ETC/Error3 [인텔리제이] java.lang.NoClassDefFoundError: javax/servlet/DispatcherType java.lang.NoClassDefFoundError: javax/servlet/DispatcherType 이 에러가 발생함. 아래는 에러로그 전체임. java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.authenticationEventPublisher at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:60) ~[spring-boot-autoconfigure-2.. 2022. 3. 8. Cannot call sendError() after the response has been committed 상황 JPA 매핑 중 발생한 에러이다. java.lang.IllegalStateException: Cannot call sendError() after the response has been committed 원인 Board 안에 있는 BoardTag 리스트가 Board 을 참조하고 BoardTag 안에 있는 Board 이 서로를 참조하면서 무한 재귀함수가 실행 되게 된다. 해결방법 @ManyToOne 쪽에 있는 Board Entity에게 @JsonIdentityInfo 또는 @JsonIgnore 설정을 해서 무한재귀를 끊어야 한다. 2022. 2. 18. [에러] 'Uncaught TypeError: 함수명 is not a function at HTMLButtonElement.onclick' 'Uncaught TypeError: 함수명 is not a function at HTMLButtonElement.onclick' 버튼을 클릭 했을 때 함수가 실행되야 하는데, 개발자 도구에서 이런 에러가 잡힘.. 찾아보니, 같은 이름의 함수가 있어서 에러 발생. 함수 이름 바꿔주고, 들어오는지 alert() 찍어보니 잘 됨! 2021. 7. 30. 이전 1 다음