Servlet.service() for servlet [appServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException
이 오류는 Query에 Null 값이 들어갔을 경우 발생하는 문제입니다.
해결 방법은 Controller, DAO, Service 단에서 각각에 넘겨주는 쿼리값의 주입이 정확히 됐는지 확인하시면 됩니다.
'오류해결' 카테고리의 다른 글
invaild location of tag(script) (0) | 2016.09.23 |
---|---|
modal is not a function (0) | 2016.09.23 |
ERROR: org.springframework.web.servlet.DispatcherServlet - Context initialization failed (0) | 2016.09.23 |
expected at least 1 bean which qualifies as autowire candidate for this dependency (0) | 2016.09.23 |
javax.el.PropertyNotFoundException: Property 'cri' not readable on type (0) | 2016.09.23 |