에러 21

[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

[MyBatis] MyBatisSystemException, BindingException

SEVERE: 경로 [/pf]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'boardSeq' not found. Available parameters are [boardTypeSeq, arg0, param1, param2]]을(를) 발생시켰습니다.org.apache.ibatis.binding.BindingException: P..

에러 모음 2024.06.07

[Spring Framework] BeanDefinitionParsingException

SEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unexpected failure during bean definition parsingOffending resource: file [C:\dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\pf_jun01\WEB-INF\classes\con..

에러 모음 2024.06.07

[Spring Framework][bean 의존성 주입] UnsatisfiedDependencyException

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

에러 모음 2024.06.07

[Spring Framework] UnsatisfiedDependencyException

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

에러 모음 2024.05.29

ServletException

SEVERE: 서블릿 [jsp]을(를) 위한 Servlet.service() 호출이 예외를 발생시켰습니다.javax.servlet.ServletException: 파일 [/WEB-INF/views/login.jsp]을(를) 찾을 수 없습니다. ServletException - 서블릿을 처리하는 동안 발생한 문제@RequestMapping("/auth/join.do")public ModelAndView join(@RequestParam HashMap params) { int result = joinService.join(params); ModelAndView mv = new ModelAndView(); mv.addObject("result", result); St..

에러 모음 2024.05.23

NoSuchBeanDefinitionException, UnsatisfiedDependencyException

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

에러 모음 2024.05.23

[java]JasperException

SEVERE: 경로 [/13]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [/WEB-INF/views/forum/notice/edit.jsp (행: [79], 열: [11]) 속성 prefix [fn]이(가), 임포트된 어떤 태그 라이브러리와도 대응되지 않습니다.]을(를) 발생시켰습니다.org.apache.jasper.JasperException: /WEB-INF/views/forum/notice/edit.jsp (행: [79], 열: [11]) 속성 prefix [fn]이(가), 임포트된 어떤 태그 라이브러리와도 대응되지 않습니다.  JasperException  - 주로 Java 기반의 웹 애플리케이션에서 발생 ..

에러 모음 2024.05.17

NullPointerException

SEVERE: 경로 [/13]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is java.lang.NullPointerException]을(를) 발생시켰습니다.java.lang.NullPointerException //글 수정 기능 @RequestMapping("/forum/notice/edit.do") public ModelAndView edit( @RequestParam HashMap params, @RequestParam(value = "attFile", required =false) MultipartFile[] attFile..

에러 모음 2024.05.17

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