🌳 에러 코드 Wed May 17 16:22:30 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). Property [grammar] not found on type [com.language.grammar.model.Grammar] javax.el.PropertyNotFoundException: Property [grammar] not found on type [com.language.grammar.model.Grammar 🌳 해결 방법 🌾 원인 : JSP에서 EL태그 ${} 사용시에 오타. Controller에서 가공 객체를 없애고 수정했더니 오류발생. 🌾 해결 방법 : EL태그 ${} 문법에 맞게 수정. g..
🌳 에러 코드 Required request parameter 'languageCategoryId' for method parameter type String is not present org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'languageCategoryId' for method parameter type String is not present 🌳 해결 방법 🌾 원인 : 처음 Grammar 화면 들어갈 때 defaultValue값을 설정하지 않아 생긴 오류. 🌾 해결 방법 : defaultValue값 설정해서 파라미터를 기본값으로 세팅하여 null발생하지 않게 예방한다.
🌳 에러 코드 There was an unexpected error (type=Internal Server Error, status=500). nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 3 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selec..
🌳 에러 코드 🌳 해결 방법 🌾 원인 : session에서 설정한 프로필 사진 및 로그인 아이디를 가져와야 하는데, user 리스트에서 가져와서 사용자를 찾을 수 없었다. 🌾 해결 방법 : session에서 설정한 프로필 사진 및 로그인 아이디로 변경한다. - session에 맞는 아이디로 변경 - session
🌳 에러 코드 2023-05-11 14:24:59,562 DEBUG [org.springframework.web.servlet.DispatcherServlet] Failed to complete request: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "userId" is null 2023-05-11 14:24:59,564 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] Servlet.service() for servlet [dispatcherServlet] in context w..
🌳 에러 코드 There was an unexpected error (type=Internal Server Error, status=500). nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selec..
🌳 에러 코드 2023-05-07 13:37:34,918 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'ImagePath' not fou..