코딩 에러 및 질문

코딩 에러 및 질문

javax.el.PropertyNotFoundException

🌳 에러 코드 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..

코딩 에러 및 질문

org.springframework.web.bind.MissingServletRequestParameterException

🌳 에러 코드 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발생하지 않게 예방한다.

코딩 에러 및 질문

nested exception is org.apache.ibatis.exceptions.TooManyResultsException:

🌳 에러 코드 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 프로필 사진 에러

🌳 에러 코드 🌳 해결 방법 🌾 원인 : session에서 설정한 프로필 사진 및 로그인 아이디를 가져와야 하는데, user 리스트에서 가져와서 사용자를 찾을 수 없었다. 🌾 해결 방법 : session에서 설정한 프로필 사진 및 로그인 아이디로 변경한다. - session에 맞는 아이디로 변경 - session

코딩 에러 및 질문

NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "userId" is null

🌳 에러 코드 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..

코딩 에러 및 질문

nested exception is org.apache.ibatis.exceptions.TooManyResultsException:

🌳 에러 코드 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..

코딩 에러 및 질문

bind.MissingServletRequestParameterException

🌳 에러 코드 2023-05-09 20:42:46,352 WARN [org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver] Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'languageGoals' for method parameter type String is not present] 2023-05-09 20:42:46,353 DEBUG [org.springframework.web.servlet.DispatcherServlet] Completed 400 BAD_REQUEST 202..

코딩 에러 및 질문

에러 정리 모음

🌱 오늘의 주제 : 에러 정리 모음

코딩 에러 및 질문

### Cause: java.sql.SQLException: Incorrect integer value

🌳 에러 코드 ### SQL: INSERT INTO `user` ( `nativeCategoryId` ,`foreignCategoryId` ,`loginId` ,`password` ,`email` ,`selfIntroduction` ,`languageGoals` ,`ImagePath` ,`createdAt` ,`updatedAt` ) VALUES ( ? ,? ,? ,? ,? ,? ,? ,? ,NOW() ,NOW() ) ### Cause: java.sql.SQLException: Incorrect integer value: 'KO' for column 'nativeCategoryId' at row 1 ; uncategorized SQLException; SQL state [HY000]; error code..

코딩 에러 및 질문

org.apache.ibatis.binding.BindingException: Parameter 'ImagePath' not found

🌳 에러 코드 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..

요가하는 개발자
'코딩 에러 및 질문' 카테고리의 글 목록 (7 Page)