Nellie's Blog

[TIL-221213화] 항해99 30일차(에러o.s.b.d.LoggingFailureAnalysisReporter, Cannot find symbol, rawPassword cannot be null) 본문

회고록

[TIL-221213화] 항해99 30일차(에러o.s.b.d.LoggingFailureAnalysisReporter, Cannot find symbol, rawPassword cannot be null)

Nellie Kim 2022. 12. 13. 23:27
728x90

트러블슈팅

 

1. 시큐리티 프로젝트 실행 시 , o.s.b.d.LoggingFailureAnalysisReporter 에러 발생

 

다른 프로젝트가 실행 중이었기 때문에, 8080포트를 이미 사용하고 있어서 에러가 발생했다.

다른 프로젝트를 실행 중지시켜서 해결하였다. 

 

 

 

 

2. Cannot find symbol 에러

클래스명 오타를 수정하니 해결 되었다. 

CustomAccessDeniedHandler  -> CustomAccessDeniedHandle

 

 

 

3. rawPassword cannot be null

아래와 같은 에러로그를 나타내며 회원가입 postman에서 500에러가 났다.

Dto를 받아오는 파라미터 앞에 @RequestBody 를 추가해주었다.

 

느낀점

시큐리티를 하루종일 공부했다. 알듯말듯 어렵지만 그래도 조금 파악이 된 것 같다.

 

 

https://yangbox.tistory.com/60

inflearn.com/questions/95532/인텔리제이에서-처음-프로젝트-실행시-tomcat문제때문에-질문드려요

https://www.inflearn.com/questions/236464/%EC%97%90%EB%9F%AC-o-s-b-d-loggingfailureanalysisreporter

https://okky.kr/articles/1162156