에러메세지 java.lang.NumberFormatException: For input string: "aaa@kakao.com" 원인 숫자가 아닌 문자열 (aaa@kakao.com 전부)이 포함된 문자열을 변환하면 NumberFormatException 발생 해결방법 1. 숫자 데이터에 toLong() 을 사용한다. 2. NumberFormatException에 대한 try catch 예외처리 String.toLong() String.toLong()는 문자열을 Long으로 변환하여 리턴 val str: String = "1234" val num: Long = str.toLong() print("num : $num") Output: num : 1234 NumberFormatException 숫자가 아닌 ..
에러메세지 Caused by: java.lang.IllegalArgumentException: Not a managed type: class com.group.libraryapp.domain.book.Book at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:582) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final] at org.hibernate.metamodel.internal.MetamodelImpl.managedType(MetamodelImpl.java:85) ~[hibernate-core-5.6.9.Final.jar:5.6.9.Final] at org.springframe..
에러메세지 org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'blNo' in 'class com.bookforyou.bk4u.reply.model.vo.Reply' 에러메세지 상세 심각: 경로 [/bk4u]의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection..
에러메세지 명령의 159 행에서 시작하는 중 오류 발생 - insert into reply ( reply_no , mem_no , reply_type , ref_post , reply_content , reply_cdate , reply_refno , depth ) values ( seq_rno.nextval , 1 , 2 , 4 , '독서록댓글오라클테스트' , sysdate , 0 , 1 ) 오류 보고 - ORA-00001: 무결성 제약 조건(BK4U.PK_REPLY)에 위배됩니다 원인 새롭게 발생한 시퀀스 값이 이미 존재하는 데이터값이라 시퀀스 무결성 제약 조건에 위배되었다. 해결방법 ALTER SEQUENCE 시퀀스명 INCREMENT BY 100; 해당 시퀀스 시작 숫자를 이미 있는 시퀀스값과 겹..
에러메세지 Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; 에러메세지 상세 nested exception is org.springframework.core.NestedIOExcepti..
에러메세지 Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: NULL을 ("BK4U"."BOOKLIST"..
에러메세지 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'bl_cdate' from result set. Cause: java.lang.IllegalArgumentException 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring..
에러메세지 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:### Error..
- Total
- Today
- Yesterday
- ChatGPT
- 자바 어플리케이션 실행 과정
- addFilterBefore
- Java
- QueryDSL
- Cannot construct instance of
- 티스토리챌린지
- FetchJoin
- checkout
- Linux
- redisson 분산락
- MongoDB
- port
- Git
- 스프링오류
- Kotlin
- 추상클래스
- junit5
- MultipleBagFetchException
- JPA
- Spring Security
- n+1
- 배열
- dto 클래스 생성자
- jvm warm-up 전략
- bucket4j
- 오블완
- 스프링 스케줄링
- spring boot 3
- array
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |