이로
spring 문제(error)해결 모음 본문
19.08.12
Caused by: org.hsqldb.HsqlException: data exception: invalid character value for cast
데이터를 넣을 때 밸류값과 그에 따른 데이터 타입이 일치해야하는데 그렇지 않을 경우 나타난다.
19.08.12
Caused by: java.sql.SQLSyntaxErrorException: row column count mismatch
Caused by: org.hsqldb.HsqlException: row column count mismatch
데이터를 넣을 때 주로 발생하는 에러
컬럼에 맞게 인서트문을 작성하지 않아서 나는 에러이다.
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListene
애플리케이션 리스너를 설정하는 중 오류 발생
http://myblog.opendocs.co.kr/archives/1657
심각: org.apache.ibatis.binding.BindingException
인텔리 제이에서 resources파일 내에 xml파일을 컴파일하지 못해서 생기는 오류
maven일때
http://blog.iotinfra.net/?p=363
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException:org.springframework.web.context.ContextLoaderListenerorg.springframework.web.context.ContextLoaderListener
http://myblog.opendocs.co.kr/archives/1657
org.hsqldb.HsqlException: user lacks privilege or object not found: (컬럼명)
컬럼이 없기 때문에 발생하는 에러
'컴퓨터 > Spring' 카테고리의 다른 글
Spring MVC Board 기본 구성(Ver.마이바티스) (0) | 2019.08.13 |
---|---|
스프링 (0) | 2019.07.24 |
error: cannot access ServletException class file for javax.servlet.ServletException not found (0) | 2019.07.19 |
인텔리제이 gradle - lombok (0) | 2019.07.18 |
인텔리제이 console 한글 깨짐 (0) | 2019.07.18 |