IllegalArgumentException 3

[java] IllegalArgumentException

SEVERE: 경로 [/pf]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is java.lang.IllegalArgumentException: boardSeq와 boardTypeSeq가 필요합니다.]을(를) 발생시켰습니다.java.lang.IllegalArgumentException: boardSeq와 boardTypeSeq가 필요합니다. at com.portfolio.www.forum.notice.controller.NoticeController.readPage(NoticeController.java:119) at java.base/j..

에러 모음 2024.06.15

IllegalArgumentException

SEVERE: 경로 [/13]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is java.lang.IllegalArgumentException: Unknown return value type: java.lang.Integer]을(를) 발생시켰습니다.java.lang.IllegalArgumentException: Unknown return value type: java.lang.Integer IllegalArgumentException메서드에서 전달된 인수가 잘못된 경우 발생하는 예외 Spring MVC가 int 반환 타입을 처리하지 못해서..

에러 모음 2024.05.17

UnsatisfiedDependencyException, BeanCreationException, IllegalArgumentException

SEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'noticeController': Unsatisfied dependency expressed through field 'boardService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating ..

에러 모음 2024.05.10